Method: Megam::Backups#some_msg
- Defined in:
- lib/megam/core/backups.rb
#some_msg(arg = nil) ⇒ Object
123 124 125 126 127 128 129 |
# File 'lib/megam/core/backups.rb', line 123 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |