abstract class Drigger::Adapter(T)

Overview

An adapter for a given Drigger::Module implementation This class is supposed to be the bind from Lua to a given implementation.

Direct Known Subclasses

Defined in:

drigger/adapter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stack : Lua::Stack, commands : Array(Drigger::Command(T))) #

[View source]

Instance Method Detail

def commands : Array(Drigger::Command(T)) #

[View source]
abstract def run #

[View source]