# File lib/heroku/command/ps.rb, line 72 def restart app_name = extract_app heroku.restart(app_name) display "App processes restarted" end