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