Method: Steep::AST::Types::Intersection#hash

Defined in:
lib/steep/ast/types/intersection.rb

#hashObject



45
46
47
# File 'lib/steep/ast/types/intersection.rb', line 45

def hash
  self.class.hash ^ types.hash
end