5 lines
80 B
Ruby
5 lines
80 B
Ruby
module BlobViewer
|
|
class TextSTL < BinarySTL
|
|
self.binary = false
|
|
end
|
|
end
|