Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is no longer necessary, since the enabled extensions have been made defaults in ruby core. So ruby-3.3 uses the irb_predefiner to cleanup a previously generated .irbrc from the users home directory, so that the error output due to changed require paths is avoided. Previously the outdated .irbrc led to an error like so: $ irb Error loading RC file 'C:/Users/Administrator/.irbrc': <internal:C:/Ruby33-x64/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require': cannot load such file -- irb/ext/save-history (LoadError) Did you mean? irb/ext/eval_history from <internal:C:/Ruby33-x64/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb>:127:in `require' from C:/Users/Administrator/.irbrc:1:in `<top (required)>' from C:/Ruby33-x64/lib/ruby/3.3.0/irb/init.rb:399:in `load'
- Loading branch information