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