BasicObject
# File lib/fattr.rb, line 196 def fattrs(*args, &block) class << self self end.__fattrs__(*args, &block) end