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