Module: CMDx::Identifier
Overview
Generates unique identifiers for tasks, workflows, and other CMDx components.
The Identifier module provides a consistent way to generate unique identifiers across the CMDx system, with fallback support for different Ruby versions.
Instance Method Summary collapse
Instance Method Details
#generate ⇒ Object
24 |
# File 'lib/cmdx/identifier.rb', line 24 def generate = SecureRandom.uuid_v7 |