Object
# File lib/fattr.rb, line 192 def Fattr(*args, &block) class << self self end.module_eval{ __fattr__(*args, &block) } end
# File lib/fattr.rb, line 186 def Fattrs(*args, &block) class << self self end.module_eval{ __fattrs__(*args, &block) } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.