method
hash
v6.0.0 -
Show latest stable
- Class:
Arel::Nodes::Casted
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/casted.rb, line 15
def hash
[self.class, val, attribute].hash
end hash()No documentation available.
# File activerecord/lib/arel/nodes/casted.rb, line 15
def hash
[self.class, val, attribute].hash
end