# File lib/journey/nfa/transition_table.rb, line 43
      def states
        (@table.keys + @table.values.map(&:keys).flatten).uniq
      end