debian-mirror-gitlab/app/models/blob_viewer/text_stl.rb
2017-08-17 22:00:37 +05:30

5 lines
80 B
Ruby

module BlobViewer
class TextSTL < BinarySTL
self.binary = false
end
end