Method: Megam::SshKey#some_msg

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

#some_msg(arg = nil) ⇒ Object



75
76
77
78
79
80
81
# File 'lib/megam/core/sshkey.rb', line 75

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