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