Method: Finitio::AnyType#hash

Defined in:
lib/finitio/type/any_type.rb

#hashObject



54
55
56
# File 'lib/finitio/type/any_type.rb', line 54

def hash
  self.class.hash ^ 37
end