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