40 41 42 43 44 45 46
# File 'lib/megam/core/sshkey.rb', line 40 def name(arg=nil) if arg != nil @name = arg else @name end end