class STLgen::STL::Base
Public Class Methods
new(attrs = {})
click to toggle source
# File lib/stlgen/stl/base.rb, line 4 def initialize(attrs = {}) @text = attrs[:text] || "Cube generated by STLgen" end
# File lib/stlgen/stl/base.rb, line 4 def initialize(attrs = {}) @text = attrs[:text] || "Cube generated by STLgen" end