Method: NoSE::Index#hash

Defined in:
lib/nose/indexes.rb

#hashObject



104
105
106
# File 'lib/nose/indexes.rb', line 104

def hash
  @hash ||= Zlib.crc32 hash_str
end