gets(eol=LF, size=nil)
public
Hide source
# File lib/webrick/cgi.rb, line 248 def gets(eol=LF, size=nil) input.gets(eol, size) end