class Bundler::Plugin::Installer::Rubygems
Private Instance Methods
cache_path()
click to toggle source
# File bundler/plugin/installer/rubygems.rb, line 17 def cache_path Plugin.cache end
requires_sudo?()
click to toggle source
# File bundler/plugin/installer/rubygems.rb, line 9 def requires_sudo? false # Will change on implementation of project level plugins end
rubygems_dir()
click to toggle source
# File bundler/plugin/installer/rubygems.rb, line 13 def rubygems_dir Plugin.root end