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