Method: ActiveSupport::IsolatedExecutionState.clear
- Defined in:
- activesupport/lib/active_support/isolated_execution_state.rb
.clear ⇒ Object
51 52 53 |
# File 'activesupport/lib/active_support/isolated_execution_state.rb', line 51 def clear state.clear end |