# File lib/plucky/query.rb, line 206 def merge(other) merged_criteria = @criteria.merge(other.criteria).to_hash merged_options = @options.merge(other.options).to_hash clone.amend(merged_criteria).amend(merged_options) end