59 60 61 62 63 64 65
# File 'lib/megam/core/sshkey.rb', line 59 def path(arg=nil) if arg != nil @path= arg else @path end end