
Ruby-switch allows system administrators to easily switch between different ruby interpreters as the system-wide default ruby. when switching, all the entries in the alternatives database are changed, including but not limited to "ruby", "irb" and "gem".
note that ruby-switch helps sysadmins change the system-wide default ruby, and requires root privileges. for letting users choose between the different ruby implementations available in debian, use the rbenv package instead.