# File lib/rhc/commands/cartridge.rb, line 96 def stop(cartridge) cartridge_action cartridge, :stop results { say "#{cartridge} stopped!" } 0 end