Actions
Bug #8488
closedRefactor rbinstall.rb for maintenance, clarity, reuse
Bug #8488:
Refactor rbinstall.rb for maintenance, clarity, reuse
Description
tool/rbinstall.rb is used to install many parts of Ruby at "make install" time, but it has grown to a rather cumbersome size. It also houses some logic that could/should be reused by other implementations, like the default gem installation.
I would like to do some cleanup and refactoring of this file to make it easier to maintain. I'd also like to factor out the default gems logic into a separate piece of code that can be used outside of rbinstall, for e.g. JRuby.
A number of folks have contributed to this file, but kou and nobu seem to be the primary maintainers.
Actions