46 47 48 49 50 51 52
# File 'lib/megam/core/assembly.rb', line 46 def name(arg=nil) if arg != nil @name = arg else @name end end