We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9200a commit c2d1f82Copy full SHA for c2d1f82
lib/erb/util.rb
@@ -13,7 +13,7 @@
13
if $LOAD_PATH.resolve_feature_path('erb/escape')
14
require 'erb/escape'
15
end
16
-rescue LoadError # resolve_feature_path raises LoadError on TruffleRuby 22.3.0
+rescue LoadError # Ruby 3.1+ doesn't raise LoadError on resolve_feature_path, but we may use Ruby 3.0 for BASERUBY here.
17
18
unless defined?(ERB::Escape)
19
# ERB::Escape
0 commit comments