# File lib/bundler/plugin.rb, line 86
    def root
      @root ||= if SharedHelpers.in_bundle?
        local_root
      else
        global_root
      end
    end