class
Drigger::LoadedModule
- Drigger::LoadedModule
- Reference
- Object
Overview
An loaded module that is provided by the Drigger::Module
Direct Known Subclasses
Defined in:
drigger/loaded_module.crConstructors
Instance Method Summary
-
#call(context : Drigger::Context, *args)
Calls the given lua handler with a context.
- #contents : String
- #file_path : String | Path
- #handler : Lua::Function
Constructor Detail
Instance Method Detail
def call(context : Drigger::Context, *args)
#
Calls the given lua handler with a context.
Any given argument is expected to include ::LuaCallable. If it is not, an error will happen.