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



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

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