method
new
rails latest stable - Class:
ActionView::StreamingFlow
new(view, fiber)public
No documentation available.
# File actionview/lib/action_view/flows.rb, line 31
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