# File lib/aruba/api.rb, line 109
    def output_from(cmd)
      cmd = detect_ruby(cmd)
      processes[cmd].output
    end