new()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/gtg/transition_table.rb, line 13
        def initialize
          @regexp_states = {}
          @string_states = {}
          @accepting     = {}
          @memos         = Hash.new { |h, k| h[k] = [] }
        end