Method: Arel::Nodes::Binary#hash
- Defined in:
- activerecord/lib/arel/nodes/binary.rb
#hash ⇒ Object
20 21 22 |
# File 'activerecord/lib/arel/nodes/binary.rb', line 20 def hash [self.class, @left, @right].hash end |
20 21 22 |
# File 'activerecord/lib/arel/nodes/binary.rb', line 20 def hash [self.class, @left, @right].hash end |