class RuboCop::AST::NodePattern::Node::Union

def nb_captures

of captures. Only one branch ends up capturing.
Each child in a union must contain the same number
def nb_captures
  child.nb_captures
end