binary_stl.rb 177 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 module BlobViewer class BinarySTL < Base include Rich include ClientSide self.partial_name = 'stl' self.extensions = %w(stl) self.binary = true end end