class Bundler::Plugin::Installer::Rubygems

def cache_path

def cache_path
  Plugin.cache
end

def requires_sudo?

def requires_sudo?
  false # Will change on implementation of project level plugins
end

def rubygems_dir

def rubygems_dir
  Plugin.root
end