Method: Megam::Account#some_msg
- Defined in:
- lib/megam/core/account.rb
#some_msg(arg = nil) ⇒ Object
128 129 130 131 132 133 134 |
# File 'lib/megam/core/account.rb', line 128 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |