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