method
new
v6.1.7.7 -
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 118
def initialize(left, right)
super(left)
@right = right
end