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