From 9f1c29602b317f1159ad8eca4483474020091874 Mon Sep 17 00:00:00 2001 From: tompng Date: Thu, 20 Aug 2026 08:56:01 +0900 Subject: [PATCH] Explicitly require set in xpath_parser.rb --- lib/rexml/xpath_parser.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rexml/xpath_parser.rb b/lib/rexml/xpath_parser.rb index bb655f51..761b5281 100644 --- a/lib/rexml/xpath_parser.rb +++ b/lib/rexml/xpath_parser.rb @@ -1,6 +1,7 @@ # frozen_string_literal: false require "pp" +require "set" require_relative 'namespace' require_relative 'xmltokens'