module Bundler::Plugin::API::Source

def root

Note: Do not override if you don't know what you are doing.

spec's loaded_from path is expanded against this to get full_gem_path

It is used to obtain the full_gem_path.
def root
  Bundler.root
end