# File lib/rhc/commands/app.rb, line 208 def restart(app) app_action app, :restart results { say "#{app} restarted" } 0 end