# File lib/plucky/query.rb, line 189
    def amend(opts={})
      opts.each { |key, value| self[key] = value }
      self
    end