Preview: rubygems.rb
Size: 294 B
/proc/thread-self/root/opt/alt/ruby32/share/gems/gems/bundler-2.4.19/lib/bundler/plugin/installer/rubygems.rb
# frozen_string_literal: true
module Bundler
module Plugin
class Installer
class Rubygems < Bundler::Source::Rubygems
private
def rubygems_dir
Plugin.root
end
def cache_path
Plugin.cache
end
end
end
end
end
Directory Contents
Dirs: 0 × Files: 2