# File lib/thinking_sphinx/rails_additions.rb, line 142
    def singleton_class
      class << self
        self
      end
    end