method
hash
v7.2.3 -
Show latest stable
- Class:
Arel::Nodes::DeleteStatement
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/delete_statement.rb, line 27
def hash
[self.class, @relation, @wheres, @orders, @limit, @offset, @comment, @key].hash
end