class RuboCop::AST::NodePattern::Node
def nb_captures
-
(Integer)
- nb of captures that this node will emit
def nb_captures children_nodes.sum(&:nb_captures) end
(Integer)
- nb of captures that this node will emit
def nb_captures children_nodes.sum(&:nb_captures) end