Class: Woyo::Attributes::ChangesHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/woyo/world/attributes.rb

Instance Method Summary collapse

Instance Method Details

#notify(attr, value) ⇒ Object



43
44
45
# File 'lib/woyo/world/attributes.rb', line 43

def notify attr, value
  self[attr] = value  
end