lib/httpx/response.rb in httpx-0.14.5 vs lib/httpx/response.rb in httpx-0.15.0

- old
+ new

@@ -294,5 +294,7 @@ super end # rubocop:enable Style/MissingRespondToMissing end end + +require "httpx/pmatch_extensions" if RUBY_VERSION >= "3.0.0"