method
read
read(size=nil)
public
Hide source
# File lib/webrick/cgi.rb, line 251 def read(size=nil) input.read(size) end