1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/libexec
st0012 81b604fb00 [ruby/irb] Use require_relative to require lib files
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
2022-01-17 14:23:40 +09:00
..
bundle [rubygems/rubygems] Print warning when running potentially problematic rubygems + ruby combinations 2021-12-21 06:48:27 +09:00
bundler
erb Fix erb executable 2020-08-25 18:11:43 +09:00
irb [ruby/irb] Use require_relative to require lib files 2022-01-17 14:23:40 +09:00
racc Removed unused option on racc 2020-09-28 18:53:25 +09:00
rdoc
ri