# File lib/rhc/commands/app.rb, line 195 def force_stop(app) app_action app, :stop, true results { say "#{app} force stopped" } 0 end