class Lua::Function

Defined in:

crystal-lua/base.cr

Instance Method Summary

Instance methods inherited from class Lua::Base

ref : Int32 ref, ref? : Int32 | Nil ref?

Constructor methods inherited from class Lua::Base

new(state : State, ref : Int32 | Nil) new

Instance Method Detail

def call(*args : Any::Type) : Any | Nil #

[View source]