Class: Arel::Nodes::Casted
- Inherits:
-
Object
- Object
- Arel::Nodes::Casted
- Defined in:
- lib/arel_hash/arel/nodes/casted.rb
Instance Method Summary collapse
Instance Method Details
#hash ⇒ Object
6 7 8 |
# File 'lib/arel_hash/arel/nodes/casted.rb', line 6 def hash [self.class, self.val, self.attribute].hash end |