Method: UUID#hash

Defined in:
lib/uuid.rb

#hashInteger

Generates an integer hash value

Returns:

  • (Integer)

    hash value



84
85
86
# File 'lib/uuid.rb', line 84

def hash
    @raw.hash
end