ruby/libexec
st0012 3fb1f411ed [ruby/irb] require_relative can't be used for default gems' exe files
The `exe` folder and `lib` folder of default gems don't locate under the
same place. While `exe/irb` will be under the gem folder, `irb.rb` will be
under `lib/ruby/VERSION/`.

So `require_relative` will make `irb` unuseable when shipped with Ruby.

Related discussion in the comments: https://github.com/ruby/irb/pull/335

https://github.com/ruby/irb/commit/99d3aa979d
2022-01-18 15:56:48 +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] require_relative can't be used for default gems' exe files 2022-01-18 15:56:48 +09:00
racc Removed unused option on racc 2020-09-28 18:53:25 +09:00
rdoc
ri