Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-lua
main
Lua
Any
Type
Buffer
Callable
Error
Export
FailError
FileError
Function
Library
MemoryError
MessageHandlerError
Mode
Reference
RuntimeError
State
SyntaxError
Table
Type
Generated using Crystal 1.12.2
2024-09-08 01:44:18 UTC
class
Lua::
Function
Lua::Function
Lua::Base
Reference
Object
Defined in:
crystal-lua/base.cr
Instance Method Summary
#call
(*args : Any::Type) : Any | Nil
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
]