Function.prototype.unmethodize >= 0.1.0
Purpose
Create a function that will call the given function with the first argument as the context
Syntax
Function#unmethodize
(
Stringname
);
Parameters
name
- The name to use for the wrapper
Return values
Function
Comments