# File lib/fattr.rb, line 218
  def Fattrs(*args, &block)
    class << self
      self
    end.module_eval{ __fattrs__(*args, &block) }.for(self)
  end