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