# File lib/plucky/criteria_hash.rb, line 81 def merge(other) self.class.new hash_merge(@source, other.source) end