mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00: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