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