# File lib/fattr.rb, line 232
  def fattrs(*args, &block)
    class << self
      self
    end.__fattrs__(*args, &block).for(self)
  end