class Woyo::Attributes::ChangesHash

Public Instance Methods

notify(attr, value) click to toggle source
# File lib/woyo/world/attributes.rb, line 43
def notify attr, value
  self[attr] = value  
end