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