# File lib/openssl/buffering.rb, line 132
def
readline
(
eol
=
$/
)
raise
EOFError
if
eof?
gets
(
eol
)
end