Method: ActiveSupport::IsolatedExecutionState.unique_id

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

.unique_idObject



31
32
33
# File 'activesupport/lib/active_support/isolated_execution_state.rb', line 31

def unique_id
  self[:__id__] ||= Object.new
end