Method: Steep::AST::Types::Tuple#level

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

#levelObject



41
42
43
# File 'lib/steep/ast/types/tuple.rb', line 41

def level
  [0] + level_of_children(types)
end