method
new
v3.2.8 -
Show latest stable
- Class:
ActionView::StreamingFlow
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