# File lib/heroku/api/processes.rb, line 25 def post_ps_restart(app, options={}) request( :expects => 200, :method => :post, :path => "/apps/#{app}/ps/restart", :query => options ) end