# File lib/journey/nfa/transition_table.rb, line 18
      def accepting? state
        accepting == state
      end