# File lib/facet/object/special_class.rb, line 6
  def special_class
    (class << self; self; end)
  end