class ActionDispatch::Journey::NFA::Simulator

def initialize(transition_table)

def initialize(transition_table)
  @tt = transition_table
end