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 Use stub executables generated by RubyGems istead of original executables. 2018-11-25 01:20:00 +00:00
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 Use stub executables generated by RubyGems istead of original executables. 2018-11-25 01:20:00 +00:00
ri Use stub executables generated by RubyGems istead of original executables. 2018-11-25 01:20:00 +00:00