Module: Hecks::Adapters::SecureRandomIdentity
- Defined in:
- lib/hecks/adapters/driven/secure_random_identity.rb
Overview
The real identity_generation fulfillment — an actual random
UUID, for an actual deployment. SequentialIdentity is the
deterministic sibling specs/fuzzing bind instead.
Class Method Summary collapse
Class Method Details
.uuid ⇒ Object
11 |
# File 'lib/hecks/adapters/driven/secure_random_identity.rb', line 11 def uuid = SecureRandom.uuid |