method
read_data
v1_8_6_287 -
Show latest stable
- Class:
WEBrick::HTTPRequest
read_data(io, size)private
No documentation available.
# File lib/webrick/httprequest.rb, line 344
def read_data(io, size)
_read_data(io, :read, size)
end