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