method
unique_id
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::IsolatedExecutionState
unique_id()public
No documentation available.
# File activesupport/lib/active_support/isolated_execution_state.rb, line 31
def unique_id
self[:__id__] ||= Object.new
end