Do you agree this should work? ``` ruby str = StringIO.new Tee.open(str) do |tee| spawn("date", out: tee) end puts str.string ```