class Lua::Callable

Defined in:

lua/object/callable.cr

Constructors

Instance Method Summary

Instance methods inherited from class Lua::Reference

ref : Pointer(Void) ref, to_s(io) to_s

Constructor methods inherited from class Lua::Reference

new(stack : Stack, ref : Pointer(Void)) new

Constructor Detail

def self.new(stack : Stack, ref : Pointer(Void), crystal_type_name : String) #

[View source]

Instance Method Detail

def crystal_type_name : String #

[View source]
def to_crystal #

[View source]
def to_s(io) #

[View source]