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

8 lines
111 B
Ruby
Raw Normal View History

# frozen_string_literal: true
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