/home/bdqbpbxa/demo-subdomains/ping-proxies.goodface.com.ua/node_modules/underscore/amd/reject.js
define(['./_cb', './filter', './negate'], function (_cb, filter, negate) {

  // Return all the elements for which a truth test fails.
  function reject(obj, predicate, context) {
    return filter(obj, negate(_cb(predicate)), context);
  }

  return reject;

});