class Object

Public Instance Methods

dst(*args, &block)
Alias for: fattrs
fattrs(*args, &block) click to toggle source
# File lib/fattr.rb, line 229
def fattrs(*args, &block)
  class << self
    self
  end.__fattrs__(*args, &block).for(self)
end
Also aliased as: dst