# File lib/aws/ec2/key_pair.rb, line 67 def delete client.delete_key_pair(:key_name => name) true end