# File dfa.rb, line 59
  def eat(a)
    @state = @d.call(@state,a)
    final?
  end