module Steep::AST::Types::Helper::NoChild

def each_child(&block)

def each_child(&block)
  unless block
    enum_for :each_child
  end
end