# File lib/arel/nodes/binary.rb, line 18
      def hash
        [@left, @right].hash
      end