# File lib/celluloid/io/stream.rb, line 180 def each(eol=$/) while line = self.gets(eol) yield line end end