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

def ends_with_rest?

def ends_with_rest?
  children.last.rest?
end