# File lib/bundler/rubygems_ext.rb, line 24
    def full_gem_path
      if source.respond_to?(:path)
        Pathname.new(loaded_from).dirname.expand_path(Bundler.root).to_s.untaint
      else
        rg_full_gem_path
      end
    end