# File lib/aruba/api.rb, line 116
    def output_from(cmd)
      cmd = detect_ruby(cmd)
      get_process(cmd).output
    end