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