method
hash
rails latest stable - Class:
Arel::Nodes::UpdateStatement
hash()public
No documentation available.
# File activerecord/lib/arel/nodes/update_statement.rb, line 27
def hash
[@relation, @wheres, @values, @orders, @limit, @offset, @key].hash
end