method
new
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Nodes::Or
new(children)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 199
def initialize(children)
@children = children
end