module OpenSSL::Buffering

def readline(eol=$/)

def readline(eol=$/)
  raise EOFError if eof?
  gets(eol)
end