method
new
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::Journey::GTG::Builder
new(root)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/gtg/builder.rb, line 15
def initialize(root)
@root = root
@ast = Nodes::Cat.new root, DUMMY_END_NODE
@followpos = build_followpos
end