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