method

hash

hash()
public

No documentation available.

# File activerecord/lib/arel/nodes/binary.rb, line 20
      def hash
        [self.class, @left, @right].hash
      end