26 27 28 29 30
# File 'lib/steep/ast/types/helper.rb', line 26 def each_child(&block) unless block enum_for :each_child end end
32 33 34
# File 'lib/steep/ast/types/helper.rb', line 32 def map_type self end