class method
self.nil_uuid
Ruby on Rails 7.2.3
Since v7.2.3Signature
self.nil_uuid()
Returns the nil UUID. This is a special form of UUID that is specified to have all 128 bits set to zero.
Source
# File activesupport/lib/active_support/core_ext/digest/uuid.rb, line 58
def self.nil_uuid
"00000000-0000-0000-0000-000000000000"
end
Defined in activesupport/lib/active_support/core_ext/digest/uuid.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Digest::UUID