method

each

each()
public

No documentation available.

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