mirror of
https://github.com/ruby/ruby.git
synced 2026-08-11 08:13:34 +08:00
1. `require` can mislead Ruby to load system irb's files and cause constant redefined warnings as other code loads the same module/class from lib folder. 2. Most files already use `require_relative`. https://github.com/ruby/irb/commit/848d339f2e