handle_of (string function_name) ⇒ function
Gets a function from it's name, function_name and returns it. This gives the actual function, not a reference to it and therefore certain other functions will be able to take the function in.
Alternative function names: handle
First available: Version 1.3.7.0
Comments