# File lib/heroku/commands/keys.rb, line 30
    def clear
      heroku.remove_all_keys
      display "All keys removed."
    end