Sha256: 79158347bb64ae4dc074d7c0c602cd003350efdd44b32de62b41adf93d0727d9
Contents?: true
Size: 223 Bytes
Versions: 69
Compression:
Stored size: 223 Bytes
Contents
define(function () { /** * Returns a new function that will return the value */ function constant(value){ return function() { return value; }; } return constant; });
Version data entries
69 entries across 69 versions & 2 rubygems