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