method
hash
v6.1.7.7 -
Show latest stable
- Class:
Arel::Nodes::Case
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/case.rb, line 36
def hash
[@case, @conditions, @default].hash
end hash()No documentation available.
# File activerecord/lib/arel/nodes/case.rb, line 36
def hash
[@case, @conditions, @default].hash
end