Sha256: e33f385274c8abd6287028429954740f55241c859371c064fe0c3b01e9b23579

Contents?: true

Size: 343 Bytes

Versions: 58

Compression:

Stored size: 343 Bytes

Contents

    function boolMatch(s, matchers) {
      var i, matcher, down = s.toLowerCase();
      matchers = [].concat(matchers);
      for (i = 0; i < matchers.length; i += 1) {
        matcher = matchers[i];
        if (matcher.test && matcher.test(s)) return true;
        if (matcher && matcher.toLowerCase() === down) return true;
      }
    }

Version data entries

58 entries across 58 versions & 4 rubygems

Version Path
ela-1.1.0 node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.5 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.4 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.3 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.rc2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.4 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.3 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.rc1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.beta5 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.beta4 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.beta3 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.beta2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.10.0.beta1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.0 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.0.rc1 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js
opal-0.9.0.beta2 stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/foo.js