34 35 36 37 38 39 40
# File 'lib/megam/core/sshkey.rb', line 34 def id(arg=nil) if arg != nil @id = arg else @id end end