module

Lua::StackMixin::Util

Instance methods

get_global(name : String)

gets a value of the global with the name

Source
getinfo(what)

Gets information about a specific function or function invocation.

Source
set_global(name : String, value)

assign a value to a lua global variable with the name to value

Source
version

Returns the lua version number stored in the Lua core.

state.version # => 503.0
Source