Method: UUID#hash

Defined in:
lib/cast_off/compile/namespace/uuid.rb

#hashObject

Two identical UUIDs should have same hash



287
288
289
# File 'lib/cast_off/compile/namespace/uuid.rb', line 287

def hash
  to_i
end