Method: RADMesh::STL#to_s

Defined in:
lib/radmesh/stl.rb

#to_sString

Get a String representation of STL

Returns:

  • (String)
[View source]

666
667
668
# File 'lib/radmesh/stl.rb', line 666

def to_s
  "#<RADMesh::STL header=\"#{stats[:header]}\">"
end