Class: Object

Inherits:
BasicObject
Defined in:
lib/fattr.rb

Instance Method Summary collapse

Instance Method Details

#fattrs(*args, &block) ⇒ Object



196
197
198
199
200
# File 'lib/fattr.rb', line 196

def fattrs(*args, &block)
  class << self
    self
  end.__fattrs__(*args, &block)
end