Method: ActiveSupport::IsolatedExecutionState.delete

Defined in:
activesupport/lib/active_support/isolated_execution_state.rb

.delete(key) ⇒ Object



47
48
49
# File 'activesupport/lib/active_support/isolated_execution_state.rb', line 47

def delete(key)
  state.delete(key)
end