gets(eol=LF)
No documentation available.
# File lib/webrick/cgi.rb, line 200 def gets(eol=LF) input.gets(eol) end