# File lib/journey/nfa/transition_table.rb, line 111 def alphabet inverted.values.map(&:keys).flatten.compact.uniq.sort_by { |x| x.to_s } end