Method: Megam::CSAR#some_msg
- Defined in:
- lib/megam/core/csar.rb
#some_msg(arg = nil) ⇒ Object
73 74 75 76 77 78 79 |
# File 'lib/megam/core/csar.rb', line 73 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |