abstract class Drigger::Module

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.

Direct Known Subclasses

Defined in:

drigger/module.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stack : Lua::Stack, file_path : Path | String) #

[View source]

Instance Method Detail

def file_path : String | Path #

[View source]
def file_path=(file_path : String | Path) #

[View source]