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