[](key)
public

No documentation available.

# File activesupport/lib/active_support/isolated_execution_state.rb, line 31
      def [](key)
        if state = @scope.current.active_support_execution_state
          state[key]
        end
      end