# File lib/state_machine/machine.rb, line 904
    def write(object, attribute, value)
      object.send("#{self.attribute(attribute)}=", value)
    end