class Object
Public Instance Methods
fattrs(*args, &block)
click to toggle source
# File lib/fattr.rb, line 231 def fattrs(*args, &block) class << self self end.__fattrs__(*args, &block).for(self) end