Method: Object#fattrs
- Defined in:
- lib/fattr.rb
#fattrs(*args, &block) ⇒ Object
231 232 233 234 235 |
# File 'lib/fattr.rb', line 231 def fattrs(*args, &block) class << self self end.__fattrs__(*args, &block).for(self) end |
231 232 233 234 235 |
# File 'lib/fattr.rb', line 231 def fattrs(*args, &block) class << self self end.__fattrs__(*args, &block).for(self) end |