Method: Megam::Balances#some_msg

Defined in:
lib/megam/core/balances.rb

#some_msg(arg = nil) ⇒ Object



81
82
83
84
85
86
87
# File 'lib/megam/core/balances.rb', line 81

def some_msg(arg=nil)
  if arg != nil
    @some_msg = arg
  else
  @some_msg
  end
end