method

hash

hash()
public

No documentation available.

# File activerecord/lib/arel/nodes/update_statement.rb, line 24
      def hash
        [@relation, @wheres, @values, @orders, @limit, @offset, @key].hash
      end