mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
4 lines
121 B
Ruby
4 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "rubygems_version_manager"
|
|
RubygemsVersionManager.new(ENV["RGV"]).switch
|