388cb319d5
Partially addresses #47424.
7 lines
111 B
Ruby
7 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
module BlobViewer
|
|
class TextSTL < BinarySTL
|
|
self.binary = false
|
|
end
|
|
end
|