method
delete
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::IsolatedExecutionState
delete(key)public
No documentation available.
# File activesupport/lib/active_support/isolated_execution_state.rb, line 49
def delete(key)
state.delete(key)
end