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