View Source Glass.Methods.Apply (glass v0.1.0)
This module is a Glass.Method
implementation that simply calls the function directly via Kernel.apply/3
.
Note
Note that this module is just a simple example.
Kernel.apply/3
cannot be used to call > functions on remote nodes, so this module is only useful for local development and testing ofGlass
itself.