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