method
unique_id
v3.1.0 -
Show latest stable
- Class:
ActiveSupport::Notifications::Instrumenter
unique_id()private
No documentation available.
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 31
def unique_id
::SecureRandom.hex(10)
end