abstract class
Drigger::Module
- Drigger::Module
- Reference
- Object
Overview
An unloaded module that encapsulates the ::Lua::Stack
The provider should implement the load method, which loads the data from a lua context (aka ::Lua::Stack)
The provider that implements this class is expected to call super when initializing this class.