Method: Steep::AST::Types::Intersection#level

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

#levelObject



68
69
70
# File 'lib/steep/ast/types/intersection.rb', line 68

def level
  [0] + level_of_children(types)
end