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