method

each

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