Sha256: 63ff568da2211f32173154bebe488390db58257b75f720a0a96718f79b1e3d28
Contents?: true
Size: 218 Bytes
Versions: 69
Compression:
Stored size: 218 Bytes
Contents
/** * Returns a function that call a method on the passed object */ function func(name){ return function(obj){ return obj[name](); }; } module.exports = func;
Version data entries
69 entries across 69 versions & 2 rubygems