类 Bundler::Plugin::Installer::Rubygems

私有实例方法

cache_path() 点击切换源代码
# File bundler/plugin/installer/rubygems.rb, line 13
def cache_path
  Plugin.cache
end
rubygems_dir() 点击切换源代码
# File bundler/plugin/installer/rubygems.rb, line 9
def rubygems_dir
  Plugin.root
end