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