method

current_fiber

current_fiber()
private

No documentation available.

# File activesupport/lib/active_support/isolated_execution_state.rb, line 49
        def current_fiber
          Fiber.current.active_support_execution_state ||= {}
        end