Method: Megam::Error#some_msg

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

#some_msg(arg = nil) ⇒ Object



32
33
34
35
36
37
38
# File 'lib/megam/core/error.rb', line 32

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