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