# File lib/racc/state.rb, line 195 def dfa return self if @dfa_computed nfa compute_dfa @dfa_computed = true self end