ruby/lib/cgi/util.rb
2025-06-04 12:47:29 +09:00

8 lines
304 B
Ruby

# frozen_string_literal: true
require "cgi/escape"
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
CGI::Util is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you are using CGI.parse, please install and use the cgi gem instead.
WARNING