gitlab-org--gitlab-foss/app/models/blob_viewer/text_stl.rb
2018-08-03 01:44:16 -07:00

7 lines
111 B
Ruby

# frozen_string_literal: true
module BlobViewer
class TextSTL < BinarySTL
self.binary = false
end
end