module RuboCop::AST::ParameterizedNode::RestArguments
def arguments?
-
(Boolean)
- whether this node has any arguments
def arguments? children.size > first_argument_index end
(Boolean)
- whether this node has any arguments
def arguments? children.size > first_argument_index end