Class: Arel::Nodes::Casted

Inherits:
Object
  • Object
show all
Includes:
AliasPredication
Defined in:
lib/arel_extensions.rb

Instance Method Summary collapse

Instance Method Details

#hashObject



22
23
24
# File 'lib/arel_extensions.rb', line 22

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