# File lib/mongo_mapper/extensions/kernel.rb, line 5
  def singleton_class
    class << self
      self
    end
  end