method
each
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::Response::Buffer
each(&block)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 93
def each(&block)
@response.sending!
x = @buf.each(&block)
@response.sent!
x
end