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