# File lib/aruba/api.rb, line 114
    def stdout_from(cmd)
      cmd = detect_ruby(cmd)
      processes[cmd].stdout
    end