method
key?
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::IsolatedExecutionState
key?(key)public
No documentation available.
# File activesupport/lib/active_support/isolated_execution_state.rb, line 42
def key?(key)
@scope.current.active_support_execution_state&.key?(key)
end