Main module that encapsulates all RLua classes and methods.
Classes and Modules
Public Class methods
Lua.multret(*values)
Shorthand for Lua::Multret.new.
[show source]
static VALUE rbLua_multret(VALUE self, VALUE args) { return rb_funcall(cLuaMultret, rb_intern("new"), 1, args); }