# File lib/instance_state.rb, line 25
      def initialize(name)
        @name, @transitions = name, []
      end