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



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

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