33 34 35 36 37 38 39
# File 'lib/megam/core/components.rb', line 33 def id(arg = nil) if !arg.nil? @id = arg else @id end end