gitlab-org--gitlab-foss/app/models/blob_viewer/text_stl.rb

6 lines
80 B
Ruby
Raw Normal View History

2017-04-13 17:21:07 +00:00
module BlobViewer
class TextSTL < BinarySTL
self.binary = false
2017-04-13 17:21:07 +00:00
end
end