method
inside_fiber?
v3.2.1 -
Show latest stable
- Class:
ActionView::StreamingFlow
inside_fiber?()private
No documentation available.
# File actionpack/lib/action_view/flows.rb, line 75
def inside_fiber?
Fiber.current.object_id != @root
end