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