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