41 42 43 44 45 46 47
# File 'lib/megam/core/domains.rb', line 41 def name(arg=nil) if arg != nil @name = arg else @name end end