Class: WEBrick::HTTPResponse::ChunkedWrapper
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/webrick/httpresponse.rb |
Class Method Summary
- .new(socket, resp) ⇒ ChunkedWrapper constructor
Instance Method Summary
Constructor Details
.new(socket, resp) ⇒ ChunkedWrapper
# File 'lib/webrick/httpresponse.rb', line 532
def initialize(socket, resp) @socket = socket @resp = resp end
Instance Method Details
#<<(*buf)
[ GitHub ]# File 'lib/webrick/httpresponse.rb', line 550
def <<(*buf) write(buf) self end