# File lib/fattr.rb, line 149
  def fattrs *a, &b
    sc = 
      class << self
        self
      end
    sc.fattrs *a, &b
  end