Koichi ITO 7a1a572428 [ruby/prism] Use require_relative in the Prism codebase
If there are many searches in the `$LOAD_PATH` in the user environment,
require will perform unnecessary searches that are not needed.
In contrast, `require_relative` is efficient because it uses a relative path.

https://github.com/ruby/prism/commit/438ccc67bd
2024-03-18 16:12:49 +00:00
..
2024-03-05 18:50:47 +09:00
2024-02-20 10:13:30 +00:00
2024-03-16 13:51:07 +00:00
2024-02-21 16:45:01 +00:00
2024-02-20 10:13:30 +00:00