method
each
v4.2.1 -
Show latest stable
- Class:
ActionController::Live::Buffer
each()public
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 152
def each
@response.sending!
while str = @buf.pop
yield str
end
@response.sent!
end