Method: Megam::Auth#some_msg

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

#some_msg(arg = nil) ⇒ Object



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

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