# File lib/rubygems.rb, line 127
  def self.prefix
    prefix = File.dirname File.expand_path(__FILE__)
    if prefix == ConfigMap[:sitelibdir] then
      nil
    else
      File.dirname prefix
    end
  end