View Source API Reference glass v0.1.0
Modules
Glass is a small library which provides a way to transparently proxy function calls in a pluggable fashion.
Behavior for implementing custom handling of proxying of functions in Glass
proxies.
This module is a Glass.Method
implementation that simply calls the function directly via Kernel.apply/3
.
This module is a Glass.Method
implementation that uses :rpc
to call functions.