method
hash
v7.1.3.4 -
Show latest stable
- Class:
Arel::Nodes::Binary
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/binary.rb, line 20
def hash
[self.class, @left, @right].hash
end hash()No documentation available.
# File activerecord/lib/arel/nodes/binary.rb, line 20
def hash
[self.class, @left, @right].hash
end