# File lib/heroku/commands/app.rb, line 181 def restart app_name = extract_app heroku.restart(app_name) display "App processes restarted" end