class Arel::Nodes::Casted

Public Instance Methods

hash() click to toggle source
# File lib/arel_extensions.rb, line 20
def hash
  [self.class, self.val, self.attribute].hash
end