method

inside_fiber?

inside_fiber?()
private

No documentation available.

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