# File lib/rhc/commands/sshkey.rb, line 74 def remove(name) say "Removing the key '#{name} ... " rest_client.delete_key(name) success "removed" 0 end