method
each
each()
public
Hide source
# File actionpack/lib/action_controller/metal/live.rb, line 152 def each @response.sending! while str = @buf.pop yield str end @response.sent! end