class Kleene::DFA

def accept?

def accept?
  @current_state.final?
end