# File lib/rudy/routines/handlers/keypair.rb, line 88 88: def pkey?(name=nil) 89: name ||= current_machine_root 90: File.exists? pkey(name) 91: end