class ActionDispatch::Journey::GTG::TransitionTable

def add_accepting(state)

def add_accepting(state)
  @accepting[state] = true
end