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