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