Method: Arel::Nodes::Casted#hash

Defined in:
activerecord/lib/arel/nodes/casted.rb

#hashObject



25
26
27
# File 'activerecord/lib/arel/nodes/casted.rb', line 25

def hash
  [self.class, value, attribute].hash
end