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

6 lines
80 B
Ruby

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