Method: Megam::Credithistories#some_msg
- Defined in:
- lib/megam/core/credithistories.rb
#some_msg(arg = nil) ⇒ Object
83 84 85 86 87 88 89 |
# File 'lib/megam/core/credithistories.rb', line 83 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |