method

inside_fiber?

rails latest stable - Class: ActionView::StreamingFlow
inside_fiber?()
private

No documentation available.

# File actionview/lib/action_view/flows.rb, line 71
      def inside_fiber?
        Fiber.current.object_id != @root
      end