class Dentaku::TokenMatcher

def any_child_matches_token?(token)

def any_child_matches_token?(token)
  children.any? { |child| child == token }
end