method
current_fiber
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::IsolatedExecutionState
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