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