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