# File lib/heroku/commands/keys.rb, line 25
    def remove
      heroku.remove_key(args.first)
      display "Key #{args.first} removed."
    end