# File lib/arel/algebra/predicates.rb, line 124
      def initialize left, right
        super(left)
        @operand2 = right
      end