Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lua
master
Liblua
Lua
CALL
Callable
Coroutine
ErrorHandlerError
FileError
Function
LuaError
MemoryError
Object
Reference
RuntimeError
Stack
StackMixin
Chunk
ClassSupport
CoroutineSupport
ErrorHandling
Registry
StandardLibraries
TableSupport
Type
Util
SyntaxError
Table
Type
TYPE
LuaCallable
LuaConvert
Built with Crystal 1.9.2
2023-10-08 11:21:19 UTC
class
Lua::Reference
Lua::Reference
Reference
Object
Direct Known Subclasses
Lua::Callable
Defined in:
lua/object.cr
Constructors
.new
(stack : Stack, ref : Pointer(Void))
Instance Method Summary
#ref
: Pointer(Void)
#to_s
(io)
Constructor Detail
def self.
new
(stack :
Stack
, ref : Pointer(Void))
#
[
View source
]
Instance Method Detail
def
ref
: Pointer(Void)
#
[
View source
]
def
to_s
(io)
#
[
View source
]