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