# File lib/heroku/commands/plugins.rb, line 3
    def list
      ::Heroku::Plugin.list.each do |plugin|
        display plugin
      end
    end