method

inside_fiber?

inside_fiber?()
private

No documentation available.

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