method
each_chunk
v8.1.1 -
Show latest stable
- Class:
ActionController::Live::Buffer
each_chunk(&block)private
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 239
def each_chunk(&block)
while str = @buf.pop
yield str
end
end