# File lib/bundler/gem_ext.rb, line 26
    def full_gem_path
      if defined?(@location) && @location
        @location
      else
        full_gem_path_without_location
      end
    end