Method_is_

Definitions:

atom, function
Source: /avail/Avail/Foundation/Very Early Definers
Categories: Methods
Define a new method.
Position Name Type Description
Parameters
1 methodName atom The method to extend.
2 function function An implementation of the method.
Returns
string, function
Source: /avail/Avail/Foundation/Very Early Definers
Categories: Methods
Define a new method.
Position Name Type Description
Parameters
1 methodName string The method to extend.
2 function function An implementation of the method.
Returns