# File lib/heroku/client.rb, line 315 def each until end_of_stream? sleep(@interval) output = read yield output unless output.empty? end end