# File lib/journey/nfa/transition_table.rb, line 96 def following_states t, a Array(t).map { |s| inverted[s][a] }.flatten.uniq end