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