mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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`.
|
||
|---|---|---|
| .. | ||
| bundle | ||
| bundler | ||
| erb | ||
| irb | ||
| racc | ||
| rdoc | ||
| ri | ||