# File lib/rhc/commands/sshkey.rb, line 75 def remove(name) rest_client.delete_key(name) results { say "SSH key '#{name}' has been removed" } 0 end