Method: Megam::Flavors#some_msg
- Defined in:
- lib/megam/core/flavors.rb
#some_msg(arg = nil) ⇒ Object
144 145 146 147 148 149 150 |
# File 'lib/megam/core/flavors.rb', line 144 def some_msg(arg=nil) if arg != nil @some_msg = arg else @some_msg end end |