# File lib/state_machine/machine.rb, line 1586 def define_state_accessor attribute = self.attribute @helper_modules[:instance].class_eval { attr_accessor attribute } end