# File lib/journey/nfa/transition_table.rb, line 34
      def []= i, f, s
        @table[f][i] = s
      end