method

new

new(view, fiber)
public

No documentation available.

# File actionpack/lib/action_view/flows.rb, line 33
    def initialize(view, fiber)
      @view    = view
      @parent  = nil
      @child   = view.output_buffer
      @content = view.view_flow.content
      @fiber   = fiber
      @root    = Fiber.current.object_id
    end