class Arel::Nodes::Casted

Public Instance Methods

hash() click to toggle source
# File lib/arel_hash/arel/nodes/casted.rb, line 6
def hash
  [self.class, self.val, self.attribute].hash
end