method
new
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Journey::NFA::TransitionTable
new()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nfa/transition_table.rb, line 12
def initialize
@table = Hash.new { |h,f| h[f] = {} }
@memos = {}
@accepting = nil
@inverted = nil
end