# File lib/rhc/helpers.rb, line 273
    def exec(cmd)
      output = Kernel.send(:`, cmd)
      [$?.exitstatus, output]
    end