38 39 40 41 42 43 44
# File 'lib/megam/core/assembly.rb', line 38 def id(arg=nil) if arg != nil @id = arg else @id end end