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