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