enum

Luajit::LuaLibrary

Inherits Enum < Comparable < Value < Object

Constants

Base = 0
Table = 1
Io = 2
Os = 3
String = 4
Math = 5
Debug = 6
Package = 7
Bit = 8
Ffi = 9
Jit = 10
All = 11

Instance methods

all?

Returns true if this enum value equals All

Source
base?

Returns true if this enum value equals Base

Source
bit?

Returns true if this enum value equals Bit

Source
debug?

Returns true if this enum value equals Debug

Source
ffi?

Returns true if this enum value equals Ffi

Source
io?

Returns true if this enum value equals Io

Source
jit?

Returns true if this enum value equals Jit

Source
math?

Returns true if this enum value equals Math

Source
os?

Returns true if this enum value equals Os

Source
package?

Returns true if this enum value equals Package

Source
string?

Returns true if this enum value equals String

Source
table?

Returns true if this enum value equals Table

Source