Sha256: 96727b39d96e4f9123a2c58ee3828c151a6f02fca2ea123897b0ab77f4978f6a
Contents?: true
Size: 231 Bytes
Versions: 69
Compression:
Stored size: 231 Bytes
Contents
define(function () { /** * Returns a function that gets a property of the passed object */ function prop(name){ return function(obj){ return obj[name]; }; } return prop; });
Version data entries
69 entries across 69 versions & 2 rubygems