# File lib/openssl/buffering.rb, line 117
  def each(eol=$/)
    while line = self.gets(eol)
      yield line
    end
  end