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

8 lines
111 B
Ruby

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