class ActionDispatch::Journey::Nodes::Binary

def initialize(left, right)

def initialize(left, right)
  super(left)
  @right = right
end