module RuboCop::AST::ParameterizedNode::RestArguments
def first_argument
-
(Node, nil)
- the first argument of the node,
def first_argument children[first_argument_index] end
(Node, nil)
- the first argument of the node,
def first_argument children[first_argument_index] end