# File lib/plucky/criteria_hash.rb, line 86
    def merge!(other)
      merge(other).to_hash.each do |key, value|
        self[key] = value
      end
      self
    end