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