Takashi Kokubun 1d3221ad28 [ruby/erb] Give up on using resolve_feature_path
Apparently `$LOAD_PATH.resolve_feature_path('erb/escape')` returns true
for miniruby but `require 'erb/escape'` fails on it.

I still don't want to check it and rescue LoadError at the same time
because the code looks too complicated. Let me just rescue LoadError for
platforms that don't build native extensions.

https://github.com/ruby/erb/commit/3081c6b20f
2025-05-13 23:54:02 +00:00
..
2025-04-26 10:31:11 +09:00
2025-04-10 17:29:39 +09:00
2025-05-13 17:50:05 +00:00
2025-04-26 11:56:42 +00:00
2025-05-12 02:50:25 +09:00
2025-04-26 10:31:11 +09:00