class RuboCop::AST::NodePattern::Node::AnyOrder

def rest_node

def rest_node
  children.last if ends_with_rest?
end