# File lib/heroku/commands/maintenance.rb, line 3
    def on
      heroku.maintenance(app, :on)
      display "Maintenance mode enabled."
    end