Method: ActiveSupport::IsolatedExecutionState.key?
- Defined in:
- activesupport/lib/active_support/isolated_execution_state.rb
.key?(key) ⇒ Boolean
43 44 45 |
# File 'activesupport/lib/active_support/isolated_execution_state.rb', line 43 def key?(key) state.key?(key) end |