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