Sha256: 0cbf53aa3d0b9d9dca4706e50e7d09ff5ba9176d614ef23f6a1507762ea22456
Contents?: true
Size: 211 Bytes
Versions: 21
Compression:
Stored size: 211 Bytes
Contents
module Toy module Identity class UUIDKeyFactory < AbstractKeyFactory def key_type String end def next_key(object) SimpleUUID::UUID.new.to_guid end end end end
Version data entries
21 entries across 21 versions & 1 rubygems