method

store

store()
private

No documentation available.

# File activesupport/lib/active_support/execution_context.rb, line 48
        def store
          IsolatedExecutionState[:active_support_execution_context] ||= {}
        end