Method: Megam::Request#some_msg
- Defined in:
- lib/megam/core/request.rb
#some_msg(arg = nil) ⇒ Object
86 87 88 89 90 91 92 |
# File 'lib/megam/core/request.rb', line 86 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |