Documentation
¶
Overview ¶
Package ruby provides a fluent Go API over the macOS Ruby framework.
Construction ¶
New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.
Lifecycle ¶
A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.
Index ¶
- func BraceGlob(arg string, arg2 int, arg3 unsafe.Pointer, arg4 int) int
- func BuiltinExpect(arg int, arg2 int) int
- func Cleanup(arg unsafe.Pointer) int
- func DefaultSignal(arg int)
- func Eaccess(arg string, arg2 int) int
- func ExecNode(n unsafe.Pointer) int
- func ExecutableNode(n unsafe.Pointer) (result int, status int32)
- func ExplicitBzero(b unsafe.Pointer, length int)
- func Finalize()
- func Finite(arg float64) int
- func Glob(arg string, arg2 int, arg3 unsafe.Pointer, arg4 int) int
- func Incpush(arg string)
- func Init()
- func InitLoadpath()
- func InitStack(arg unsafe.Pointer)
- func MallocSizeOverflow(arg int, arg2 int)
- func NativeThreadP() int
- func Options(argc int, argv string) unsafe.Pointer
- func PosixSignal(arg int, arg2 unsafe.Pointer)
- func ProcessOptions(arg int, arg2 string) unsafe.Pointer
- func ProgInit()
- func RbAbsintNumwords(val int, wordNumbits int) (result int, nlzBitsRet int)
- func RbAbsintSinglebitP(val int) int
- func RbAbsintSize(val int) (result int, nlzBitsRet int32)
- func RbAddEventHook(func_ unsafe.Pointer, events uint32, data int)
- func RbAlias(arg int, arg2 int, arg3 int)
- func RbAliasVariable(arg int, arg2 int)
- func RbAllocTmpBuffer(store unsafe.Pointer, length int) unsafe.Pointer
- func RbAllocTmpBuffer2(store unsafe.Pointer, count int, elsize int) unsafe.Pointer
- func RbAllocTmpBufferWithCount(store unsafe.Pointer, length int, count int) unsafe.Pointer
- func RbAnyToS(arg int) int
- func RbApply(arg int, arg2 int, arg3 int) int
- func RbArray(arg int) int
- func RbArrayConstPtr(a int) unsafe.Pointer
- func RbArrayConstPtrTransient(a int) unsafe.Pointer
- func RbArrayLen(a int) int
- func RbArrayPtrUseEnd(a int, allowTransient int)
- func RbArrayPtrUseStart(a int, allowTransient int) unsafe.Pointer
- func RbAryAref(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbAryAssoc(arg int, arg2 int) int
- func RbAryCat(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbAryClear(arg int) int
- func RbAryCmp(arg int, arg2 int) int
- func RbAryConcat(arg int, arg2 int) int
- func RbAryDelete(arg int, arg2 int) int
- func RbAryDeleteAt(arg int, arg2 int) int
- func RbAryDup(arg int) int
- func RbAryEach(arg int) int
- func RbAryEntry(arg int, arg2 int) int
- func RbAryFree(arg int)
- func RbAryFreeze(arg int) int
- func RbAryIncludes(arg int, arg2 int) int
- func RbAryJoin(arg int, arg2 int) int
- func RbAryModify(arg int)
- func RbAryNew() int
- func RbAryNewCapa(capa int) int
- func RbAryNewFromValues(n int, elts unsafe.Pointer) int
- func RbAryPlus(arg int, arg2 int) int
- func RbAryPop(arg int) int
- func RbAryPush(arg int, arg2 int) int
- func RbAryRassoc(arg int, arg2 int) int
- func RbAryReplace(copy_ int, orig int) int
- func RbAryResize(ary int, length int) int
- func RbAryResurrect(ary int) int
- func RbAryReverse(arg int) int
- func RbAryRotate(arg int, arg2 int) int
- func RbArySharedWithP(arg int, arg2 int) int
- func RbAryShift(arg int) int
- func RbArySort(arg int) int
- func RbArySortBang(arg int) int
- func RbAryStore(arg int, arg2 int, arg3 int)
- func RbArySubseq(arg int, arg2 int, arg3 int) int
- func RbAryTmpNew(arg int) int
- func RbAryToAry(arg int) int
- func RbAryToS(arg int) int
- func RbAryUnshift(arg int, arg2 int) int
- func RbAssocNew(arg int, arg2 int) int
- func RbAttr(arg int, arg2 int, arg3 int, arg4 int, arg5 int)
- func RbAttrGet(arg int, arg2 int) int
- func RbAutoload(arg int, arg2 int, arg3 string)
- func RbAutoloadLoad(arg int, arg2 int) int
- func RbAutoloadP(arg int, arg2 int) int
- func RbBackrefGet() int
- func RbBackrefSet(arg int)
- func RbBacktrace()
- func RbBig2comp(arg int)
- func RbBig2dbl(arg int) float64
- func RbBig2ll(arg int) int64
- func RbBig2long(arg int) int
- func RbBig2str(arg int, arg2 int) int
- func RbBig2ull(arg int) uint64
- func RbBig2ulong(arg int) int
- func RbBigAnd(arg int, arg2 int) int
- func RbBigClone(arg int) int
- func RbBigCmp(arg int, arg2 int) int
- func RbBigDiv(arg int, arg2 int) int
- func RbBigDivmod(arg int, arg2 int) int
- func RbBigEq(arg int, arg2 int) int
- func RbBigEql(arg int, arg2 int) int
- func RbBigIdiv(arg int, arg2 int) int
- func RbBigLshift(arg int, arg2 int) int
- func RbBigMinus(arg int, arg2 int) int
- func RbBigModulo(arg int, arg2 int) int
- func RbBigMul(arg int, arg2 int) int
- func RbBigNew(arg int, arg2 int) int
- func RbBigNorm(arg int) int
- func RbBigOr(arg int, arg2 int) int
- func RbBigPack(val int, buf unsafe.Pointer, numLongs int)
- func RbBigPlus(arg int, arg2 int) int
- func RbBigPow(arg int, arg2 int) int
- func RbBigResize(big int, length int)
- func RbBigRshift(arg int, arg2 int) int
- func RbBigSign(arg int) int
- func RbBigUnpack(buf unsafe.Pointer, numLongs int) int
- func RbBigXor(arg int, arg2 int) int
- func RbBigzeroP(x int) int
- func RbBindingNew() int
- func RbBlockCall(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 unsafe.Pointer, ...) int
- func RbBlockGivenP() int
- func RbBlockLambda() int
- func RbBlockProc() int
- func RbBugErrno(arg string, arg2 int)
- func RbCallSuper(arg int, arg2 unsafe.Pointer) int
- func RbCatch(arg string, arg2 unsafe.Pointer, arg3 int) int
- func RbCatchObj(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbCheckArity(argc int, min int, max int) int
- func RbCheckArrayType(arg int) int
- func RbCheckConvertType(arg int, arg2 int, arg3 string, arg4 string) int
- func RbCheckCopyable(object int, orig int)
- func RbCheckFrozen(arg int)
- func RbCheckFuncall(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func RbCheckHashType(arg int) int
- func RbCheckId(arg unsafe.Pointer) int
- func RbCheckInheritable(arg int)
- func RbCheckSafeObj(arg int)
- func RbCheckStringType(arg int) int
- func RbCheckSymbol(namep unsafe.Pointer) int
- func RbCheckToFloat(arg int) int
- func RbCheckToInt(arg int) int
- func RbCheckToInteger(arg int, arg2 string) int
- func RbCheckTrusted(arg int)
- func RbCheckType(arg int, arg2 int)
- func RbCheckTypeddata(arg int, arg2 unsafe.Pointer) unsafe.Pointer
- func RbClass2name(arg int) string
- func RbClassGetSuperclass(arg int) int
- func RbClassInheritedP(arg int, arg2 int) int
- func RbClassInstanceMethods(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbClassName(arg int) int
- func RbClassNew(arg int) int
- func RbClassNewInstance(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbClassOf(object int) int
- func RbClassPath(arg int) int
- func RbClassPathCached(arg int) int
- func RbClassPrivateInstanceMethods(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbClassProtectedInstanceMethods(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbClassPublicInstanceMethods(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbClassReal(arg int) int
- func RbClassSuperclass(arg int) int
- func RbClearCache()
- func RbClearConstantCache()
- func RbClearMethodCacheByClass(arg int)
- func RbCloexecDup(oldfd int) int
- func RbCloexecDup2(oldfd int, newfd int) int
- func RbCloexecFcntlDupfd(fd int, minfd int) int
- func RbCloexecOpen(pathname string, flags int, mode uint16) int
- func RbCloexecPipe() (result int, fildes int32)
- func RbCloneSetup(clone int, object int)
- func RbCloseBeforeExec(lowfd int, maxhint int, nocloseFds int)
- func RbCmperr(arg int, arg2 int)
- func RbCmpint(arg int, arg2 int, arg3 int) int
- func RbCompileError()
- func RbCompileErrorAppend()
- func RbCompileErrorWithEnc()
- func RbComplex(arg int, arg2 int) int
- func RbComplexAbs(z int) int
- func RbComplexArg(z int) int
- func RbComplexConjugate(z int) int
- func RbComplexDiv(x int, y int) int
- func RbComplexImag(z int) int
- func RbComplexMinus(x int, y int) int
- func RbComplexMul(x int, y int) int
- func RbComplexNew(arg int, arg2 int) int
- func RbComplexNewPolar(abs int, arg int) int
- func RbComplexPlus(x int, y int) int
- func RbComplexPolar(abs int, arg int) int
- func RbComplexPow(base int, exp int) int
- func RbComplexRaw(arg int, arg2 int) int
- func RbComplexReal(z int) int
- func RbComplexUminus(z int) int
- func RbConstDefined(arg int, arg2 int) int
- func RbConstDefinedAt(arg int, arg2 int) int
- func RbConstDefinedFrom(arg int, arg2 int) int
- func RbConstGet(arg int, arg2 int) int
- func RbConstGetAt(arg int, arg2 int) int
- func RbConstGetFrom(arg int, arg2 int) int
- func RbConstList(arg unsafe.Pointer) int
- func RbConstRemove(arg int, arg2 int) int
- func RbConstSet(arg int, arg2 int, arg3 int)
- func RbConvertType(arg int, arg2 int, arg3 string, arg4 string) int
- func RbCopyGenericIvar(arg int, arg2 int)
- func RbCstr2inum(arg string, arg2 int) int
- func RbCstrToDbl(arg string, arg2 int) float64
- func RbCstrToInum(arg string, arg2 int, arg3 int) int
- func RbCurrentReceiver() int
- func RbCvGet(arg int, arg2 string) int
- func RbCvSet(arg int, arg2 string, arg3 int)
- func RbCvarDefined(arg int, arg2 int) int
- func RbCvarGet(arg int, arg2 int) int
- func RbCvarSet(arg int, arg2 int, arg3 int)
- func RbDataObjectAlloc(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer) int
- func RbDataObjectGet(object int) unsafe.Pointer
- func RbDataObjectMake(klass int, markFunc unsafe.Pointer, freeFunc unsafe.Pointer, ...) int
- func RbDataObjectWrap(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer) int
- func RbDataObjectZalloc(arg int, arg2 int, arg3 unsafe.Pointer, arg4 unsafe.Pointer) int
- func RbDataTypedObjectAlloc(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer) int
- func RbDataTypedObjectMake(klass int, type_ unsafe.Pointer, datap unsafe.Pointer, size int) int
- func RbDataTypedObjectWrap(klass int, datap unsafe.Pointer, arg unsafe.Pointer) int
- func RbDataTypedObjectZalloc(klass int, size int, type_ unsafe.Pointer) int
- func RbDbl2big(arg float64) int
- func RbDblCmp(arg float64, arg2 float64) int
- func RbDblComplexNew(real float64, imag float64) int
- func RbDefineAlias(arg int, arg2 string, arg3 string)
- func RbDefineAllocFunc(arg int, arg2 unsafe.Pointer)
- func RbDefineAttr(arg int, arg2 string, arg3 int, arg4 int)
- func RbDefineClass(arg string, arg2 int) int
- func RbDefineClassId(arg int, arg2 int) int
- func RbDefineClassIdUnder(arg int, arg2 int, arg3 int) int
- func RbDefineClassUnder(arg int, arg2 string, arg3 int) int
- func RbDefineClassVariable(arg int, arg2 string, arg3 int)
- func RbDefineConst(arg int, arg2 string, arg3 int)
- func RbDefineFinalizer(arg int, arg2 int) int
- func RbDefineGlobalConst(arg string, arg2 int)
- func RbDefineGlobalFunction(arg string, arg2 unsafe.Pointer, arg3 int)
- func RbDefineHookedVariable(arg string, arg3 unsafe.Pointer, arg4 unsafe.Pointer) (arg2 int)
- func RbDefineMethod(arg int, arg2 string, arg3 unsafe.Pointer, arg4 int)
- func RbDefineMethodId(arg int, arg2 int, arg3 unsafe.Pointer, arg4 int)
- func RbDefineModule(arg string) int
- func RbDefineModuleFunction(arg int, arg2 string, arg3 unsafe.Pointer, arg4 int)
- func RbDefineModuleId(arg int) int
- func RbDefineModuleIdUnder(arg int, arg2 int) int
- func RbDefineModuleUnder(arg int, arg2 string) int
- func RbDefinePrivateMethod(arg int, arg2 string, arg3 unsafe.Pointer, arg4 int)
- func RbDefineProtectedMethod(arg int, arg2 string, arg3 unsafe.Pointer, arg4 int)
- func RbDefineReadonlyVariable(arg string, arg2 unsafe.Pointer)
- func RbDefineSingletonMethod(arg int, arg2 string, arg3 unsafe.Pointer, arg4 int)
- func RbDefineVariable(arg string) (arg2 int)
- func RbDefineVirtualVariable(arg string, arg2 unsafe.Pointer, arg3 unsafe.Pointer)
- func RbDetachProcess(pid int) int
- func RbDirGetwd() int
- func RbDisableSuper()
- func RbDupSetup(dup int, object int)
- func RbDuringGc() int
- func RbEach(arg int) int
- func RbEnableSuper()
- func RbEnsure(arg unsafe.Pointer, arg2 int, arg3 unsafe.Pointer, arg4 int) int
- func RbEnumValuesPack(arg int, arg2 unsafe.Pointer) int
- func RbEnumeratorize(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func RbEnumeratorizeWithSize(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 unsafe.Pointer) int
- func RbEnvClear() int
- func RbEnvPathTainted() int
- func RbEql(arg int, arg2 int) int
- func RbEqual(arg int, arg2 int) int
- func RbErrinfo() int
- func RbErrorArity(arg int, arg2 int, arg3 int)
- func RbErrorFrozen(arg string)
- func RbErrorFrozenObject(arg int)
- func RbErrorUntrusted(arg int)
- func RbEvalCmd(arg int, arg2 int, arg3 int) int
- func RbEvalString(arg string) int
- func RbEvalStringProtect(arg string) (result int, arg2 int32)
- func RbEvalStringWrap(arg string) (result int, arg2 int32)
- func RbExcFatal(arg int)
- func RbExcNew(arg int, arg2 string, arg3 int) int
- func RbExcNewCstr(arg int, arg2 string) int
- func RbExcNewStr(arg int, arg2 int) int
- func RbExcRaise(arg int)
- func RbExecEndProc()
- func RbExecRecursive(arg unsafe.Pointer, arg2 int, arg3 int) int
- func RbExecRecursiveOuter(arg unsafe.Pointer, arg2 int, arg3 int) int
- func RbExecRecursivePaired(arg unsafe.Pointer, arg2 int, arg3 int, arg4 int) int
- func RbExecRecursivePairedOuter(arg unsafe.Pointer, arg2 int, arg3 int, arg4 int) int
- func RbExit(arg int)
- func RbExtendObject(arg int, arg2 int)
- func RbExternalStrNew(arg string, arg2 int) int
- func RbExternalStrNewCstr(arg string) int
- func RbExtractKeywords() (result int, orighash int)
- func RbFAbort(arg int, arg2 unsafe.Pointer) int
- func RbFExec(arg int, arg2 unsafe.Pointer) int
- func RbFExit(arg int, arg2 unsafe.Pointer) int
- func RbFGlobalVariables() int
- func RbFKill(arg int, arg2 unsafe.Pointer) int
- func RbFNotimplement(argc int, argv unsafe.Pointer, object int) int
- func RbFRequire(arg int, arg2 int) int
- func RbFSprintf(arg int, arg2 unsafe.Pointer) int
- func RbFTraceVar(arg int, arg2 unsafe.Pointer) int
- func RbFUntraceVar(arg int, arg2 unsafe.Pointer) int
- func RbFdClr(arg int, arg2 unsafe.Pointer)
- func RbFdCopy(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 int)
- func RbFdDup(dst unsafe.Pointer, src unsafe.Pointer)
- func RbFdFixCloexec(fd int)
- func RbFdInit(arg unsafe.Pointer)
- func RbFdIsset(arg int, arg2 unsafe.Pointer) int
- func RbFdSelect(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer, ...) int
- func RbFdSet(arg int, arg2 unsafe.Pointer)
- func RbFdTerm(arg unsafe.Pointer)
- func RbFdZero(arg unsafe.Pointer)
- func RbFeatureProvided(arg string, arg2 string) int
- func RbFiberAliveP(arg int) int
- func RbFiberCurrent() int
- func RbFiberNew(arg unsafe.Pointer, arg2 int) int
- func RbFiberResume(fib int, argc int, argv unsafe.Pointer) int
- func RbFiberYield(argc int, argv unsafe.Pointer) int
- func RbFileAbsolutePath(arg int, arg2 int) int
- func RbFileDirectoryP(arg int, arg2 int) int
- func RbFileDirname(fname int) int
- func RbFileExpandPath(arg int, arg2 int) int
- func RbFileOpen(arg string, arg2 string) int
- func RbFileOpenStr(arg int, arg2 string) int
- func RbFileSAbsolutePath(arg int, arg2 unsafe.Pointer) int
- func RbFileSExpandPath(arg int, arg2 unsafe.Pointer) int
- func RbFilesystemStrNew(arg string, arg2 int) int
- func RbFilesystemStrNewCstr(arg string) int
- func RbFindFile(arg int) int
- func RbFindFileExt(arg2 string) (result int, arg int)
- func RbFindFileExtSafe(arg2 string, arg3 int) (result int, arg int)
- func RbFindFileSafe(arg int, arg2 int) int
- func RbFix2int(arg int) int
- func RbFix2long(x int) int
- func RbFix2short(arg int) int16
- func RbFix2str(arg int, arg2 int) int
- func RbFix2uint(arg int) int
- func RbFix2ulong(x int) int
- func RbFix2ushort(arg int) uint16
- func RbFloat(arg int) int
- func RbFloatNew(arg float64) int
- func RbFloatNewInHeap(arg float64) int
- func RbFloatValue(arg int) float64
- func RbFltRationalize(arg int) int
- func RbFltRationalizeWithPrec(arg int, arg2 int) int
- func RbFrameCallee() int
- func RbFrameMethodIdAndClass() (result int, idp int, klassp int)
- func RbFramePop()
- func RbFrameThisFunc() int
- func RbFreeGenericIvar(arg int)
- func RbFreeTmpBuffer(store unsafe.Pointer)
- func RbFreezeSingletonClass(klass int)
- func RbFrozenClassP(arg int)
- func RbFuncallPassingBlock(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func RbFuncallWithBlock(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 int) int
- func RbFuncallv(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func RbFuncallvPublic(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func RbGc()
- func RbGcAdjustMemoryUsage(arg int)
- func RbGcCallFinalizerAtExit()
- func RbGcCopyFinalizer(arg int, arg2 int)
- func RbGcCount() int
- func RbGcDisable() int
- func RbGcEnable() int
- func RbGcFinalizeDeferred()
- func RbGcForceRecycle(arg int)
- func RbGcLatestGcInfo(arg int) int
- func RbGcMark(arg int)
- func RbGcMarkLocations(arg unsafe.Pointer, arg2 unsafe.Pointer)
- func RbGcMarkMaybe(arg int)
- func RbGcRegisterAddress() (arg int)
- func RbGcRegisterMarkObject(arg int)
- func RbGcStart() int
- func RbGcStat(arg int) int
- func RbGcUnregisterAddress() (arg int)
- func RbGcWritebarrier(a int, b int)
- func RbGcWritebarrierUnprotect(object int)
- func RbGenericIvarTable()
- func RbGenrandInt32() int
- func RbGenrandReal() float64
- func RbGenrandUlongLimited(i int) int
- func RbGetAllocFunc(arg int) unsafe.Pointer
- func RbGetArgv() int
- func RbGetKwargs(keywordHash int, table unsafe.Pointer, required int, optional int) (result int, arg int)
- func RbGetPath(arg int) int
- func RbGetPathNoChecksafe(arg int) int
- func RbGetValuesAt(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 unsafe.Pointer) int
- func RbGets() int
- func RbGlob(arg string, arg2 unsafe.Pointer, arg3 int)
- func RbGvGet(arg string) int
- func RbGvSet(arg string, arg2 int) int
- func RbGvarReadonlySetter(val int, identifier int, data unsafe.Pointer, gvar unsafe.Pointer)
- func RbGvarUndefGetter(identifier int, data unsafe.Pointer, gvar unsafe.Pointer) int
- func RbGvarUndefMarker() (var_ int)
- func RbGvarUndefSetter(val int, identifier int, data unsafe.Pointer, gvar unsafe.Pointer)
- func RbGvarValGetter(identifier int, data unsafe.Pointer, gvar unsafe.Pointer) int
- func RbGvarValMarker() (var_ int)
- func RbGvarValSetter(val int, identifier int, data unsafe.Pointer, gvar unsafe.Pointer)
- func RbGvarVarGetter(identifier int, data unsafe.Pointer, gvar unsafe.Pointer) int
- func RbGvarVarMarker() (var_ int)
- func RbGvarVarSetter(val int, identifier int, data unsafe.Pointer, gvar unsafe.Pointer)
- func RbHash(arg int) int
- func RbHashAref(arg int, arg2 int) int
- func RbHashAset(arg int, arg2 int, arg3 int) int
- func RbHashBulkInsertIntoStTable(arg int, arg2 unsafe.Pointer, arg3 int)
- func RbHashClear(arg int) int
- func RbHashDelete(arg int, arg2 int) int
- func RbHashDeleteIf(arg int) int
- func RbHashDup(arg int) int
- func RbHashEnd(arg int) int
- func RbHashFetch(arg int, arg2 int) int
- func RbHashForeach(arg int, arg2 unsafe.Pointer, arg3 int)
- func RbHashFree(arg int)
- func RbHashFreeze(arg int) int
- func RbHashIfnone()
- func RbHashIterLev()
- func RbHashLookup(arg int, arg2 int) int
- func RbHashLookup2(arg int, arg2 int, arg3 int) int
- func RbHashNew() int
- func RbHashSetIfnone(hash int, ifnone int) int
- func RbHashSize(arg int) int
- func RbHashSizeNum(hash int) int
- func RbHashStart(arg int) int
- func RbHashTbl(arg int, file string, line int) unsafe.Pointer
- func RbHashUint(arg int, arg2 int) int
- func RbHashUint32(arg int, arg2 uint32) int
- func RbHashUpdateBy(hash1 int, hash2 int, func_ unsafe.Pointer) int
- func RbId2name(arg int) string
- func RbId2str(arg int) int
- func RbId2sym(arg int) int
- func RbIdAttrset(arg int) int
- func RbIncludeModule(arg int, arg2 int)
- func RbInsecureOperation()
- func RbInspect(arg int) int
- func RbInt2big(arg int) int
- func RbInt2inum(arg int) int
- func RbInteger(arg int) int
- func RbIntegerPack(val int, words unsafe.Pointer, numwords int, wordsize int, nails int, ...) int
- func RbIntegerUnpack(words unsafe.Pointer, numwords int, wordsize int, nails int, flags int) int
- func RbIntern(arg string) int
- func RbIntern2(arg string, arg2 int) int
- func RbInternStr(str int) int
- func RbInterrupt()
- func RbInvalidStr(arg string, arg2 string)
- func RbIoAddstr(arg int, arg2 int) int
- func RbIoAscii8bitBinmode(arg int) int
- func RbIoBinmode(arg int) int
- func RbIoClose(arg int) int
- func RbIoEof(arg int) int
- func RbIoFdopen(arg int, arg2 int, arg3 string) int
- func RbIoFlush(arg int) int
- func RbIoGetIo(arg int) int
- func RbIoGetbyte(arg int) int
- func RbIoGets(arg int) int
- func RbIoPrint(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbIoPrintf(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbIoPuts(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbIoUngetbyte(arg int, arg2 int) int
- func RbIoUngetc(arg int, arg2 int) int
- func RbIoWrite(arg int, arg2 int) int
- func RbIsAbsolutePath(arg string) int
- func RbIsAttrsetId(arg int) int
- func RbIsClassId(arg int) int
- func RbIsConstId(arg int) int
- func RbIsGlobalId(arg int) int
- func RbIsInstanceId(arg int) int
- func RbIsJunkId(arg int) int
- func RbIsLocalId(arg int) int
- func RbIsalnum(c int) int
- func RbIsalpha(c int) int
- func RbIsascii(c int) int
- func RbIsblank(c int) int
- func RbIscntrl(c int) int
- func RbIsdigit(c int) int
- func RbIsgraph(c int) int
- func RbIslower(c int) int
- func RbIsprint(c int) int
- func RbIspunct(c int) int
- func RbIsspace(c int) int
- func RbIsupper(c int) int
- func RbIsxdigit(c int) int
- func RbIterBreak()
- func RbIterBreakValue(arg int)
- func RbIterate(arg unsafe.Pointer, arg2 int, arg3 unsafe.Pointer, arg4 int) int
- func RbIvGet(arg int, arg2 string) int
- func RbIvSet(arg int, arg2 string, arg3 int) int
- func RbIvarCount(arg int) int
- func RbIvarDefined(arg int, arg2 int) int
- func RbIvarForeach(arg int, arg2 unsafe.Pointer, arg3 int)
- func RbIvarGet(arg int, arg2 int) int
- func RbIvarSet(arg int, arg2 int, arg3 int) int
- func RbJumpTag(arg int)
- func RbLastStatusGet() int
- func RbLastStatusSet(status int, pid int)
- func RbLastlineGet() int
- func RbLastlineSet(arg int)
- func RbLl2inum(arg int64) int
- func RbLoad(arg int, arg2 int)
- func RbLoadFile(arg string) unsafe.Pointer
- func RbLoadFileStr(arg int) unsafe.Pointer
- func RbLoadProtect(arg int, arg2 int) (arg3 int32)
- func RbLocaleStrNew(arg string, arg2 int) int
- func RbLocaleStrNewCstr(arg string) int
- func RbLong2intInline(n int) int
- func RbLong2numInline(v int) int
- func RbMakeBacktrace() int
- func RbMakeException(arg int, arg2 unsafe.Pointer) int
- func RbMarkHash(arg unsafe.Pointer)
- func RbMarkSet(arg unsafe.Pointer)
- func RbMarkTbl(arg unsafe.Pointer)
- func RbMarshalDefineCompat(newclass int, oldclass int, dumper unsafe.Pointer, loader unsafe.Pointer)
- func RbMarshalDump(arg int, arg2 int) int
- func RbMarshalLoad(arg int) int
- func RbMatchBusy(arg int)
- func RbMemClear(arg2 int) (arg int)
- func RbMemcicmp(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 int) int
- func RbMemerror()
- func RbMemhash(ptr unsafe.Pointer, length int) int
- func RbMethodBasicDefinitionP(arg int, arg2 int) int
- func RbMethodBoundp(arg int, arg2 int, arg3 int) int
- func RbMethodCall(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbMethodCallWithBlock(arg int, arg2 unsafe.Pointer, arg3 int, arg4 int) int
- func RbModAncestors(arg int) int
- func RbModClassVariables(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbModConstAt(arg int, arg2 unsafe.Pointer) unsafe.Pointer
- func RbModConstMissing(arg int, arg2 int) int
- func RbModConstOf(arg int, arg2 unsafe.Pointer) unsafe.Pointer
- func RbModConstants(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbModIncludeP(arg int, arg2 int) int
- func RbModIncludedModules(arg int) int
- func RbModInitCopy(arg int, arg2 int) int
- func RbModMethodArity(arg int, arg2 int) int
- func RbModModuleEval(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbModModuleExec(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbModName(arg int) int
- func RbModRemoveConst(arg int, arg2 int) int
- func RbModRemoveCvar(arg int, arg2 int) int
- func RbModSysFail(arg int, arg2 string)
- func RbModSysFailStr(arg int, arg2 int)
- func RbModSyserrFail(arg int, arg2 int, arg3 string)
- func RbModSyserrFailStr(arg int, arg2 int, arg3 int)
- func RbModuleNew() int
- func RbMulSizeOverflow(a int, b int, max int) (result int, c int)
- func RbMustAsciicompat(arg int)
- func RbMutexLock(mutex int) int
- func RbMutexLockedP(mutex int) int
- func RbMutexNew() int
- func RbMutexSleep(self int, timeout int) int
- func RbMutexSynchronize(mutex int, func_ unsafe.Pointer, arg int) int
- func RbMutexTrylock(mutex int) int
- func RbMutexUnlock(mutex int) int
- func RbNameClass(arg int, arg2 int)
- func RbNeedBlock()
- func RbNewobj() int
- func RbNewobjOf(arg int, arg2 int) int
- func RbNotimplement()
- func RbNum2charInline(x int) int8
- func RbNum2dbl(arg int) float64
- func RbNum2fix(arg int) int
- func RbNum2int(arg int) int
- func RbNum2intInline(x int) int
- func RbNum2ll(arg int) int64
- func RbNum2llInline(x int) int64
- func RbNum2long(arg int) int
- func RbNum2longInline(x int) int
- func RbNum2short(arg int) int16
- func RbNum2shortInline(x int) int16
- func RbNum2uint(arg int) int
- func RbNum2ull(arg int) uint64
- func RbNum2ulong(arg int) int
- func RbNum2ulongInline(x int) int
- func RbNum2ushort(arg int) uint16
- func RbNumCoerceBin(arg int, arg2 int, arg3 int) int
- func RbNumCoerceBit(arg int, arg2 int, arg3 int) int
- func RbNumCoerceCmp(arg int, arg2 int, arg3 int) int
- func RbNumCoerceRelop(arg int, arg2 int, arg3 int) int
- func RbNumZerodiv()
- func RbObjAlloc(arg int) int
- func RbObjAsString(arg int) int
- func RbObjCallInit(arg int, arg2 int, arg3 unsafe.Pointer)
- func RbObjClass(arg int) int
- func RbObjClassname(arg int) string
- func RbObjClone(arg int) int
- func RbObjDup(arg int) int
- func RbObjFreeze(arg int) int
- func RbObjFreezeInline(x int)
- func RbObjFrozenP(arg int) int
- func RbObjHide(object int) int
- func RbObjId(arg int) int
- func RbObjInfect(victim int, carrier int)
- func RbObjInitCopy(arg int, arg2 int) int
- func RbObjInstanceEval(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbObjInstanceExec(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbObjInstanceVariables(arg int) int
- func RbObjIsInstanceOf(arg int, arg2 int) int
- func RbObjIsKindOf(arg int, arg2 int) int
- func RbObjIsMethod(arg int) int
- func RbObjIsProc(arg int) int
- func RbObjMethod(arg int, arg2 int) int
- func RbObjMethodArity(arg int, arg2 int) int
- func RbObjRemoveInstanceVariable(arg int, arg2 int) int
- func RbObjRespondTo(arg int, arg2 int, arg3 int) int
- func RbObjReveal(object int, klass int) int
- func RbObjSetup(object int, klass int, type_ int) int
- func RbObjSingletonMethods(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbObjTaint(arg int) int
- func RbObjTainted(arg int) int
- func RbObjTrust(arg int) int
- func RbObjUntaint(arg int) int
- func RbObjUntrust(arg int) int
- func RbObjUntrusted(arg int) int
- func RbObjWbUnprotect(x int, filename string, line int) int
- func RbObjWrite(a int, b int, filename string, line int) (result int, slot int)
- func RbObjWritten(a int, oldv int, b int, filename string, line int) int
- func RbOutOfInt(num int)
- func RbP(arg int)
- func RbPath2class(arg string) int
- func RbPathCheck(arg string) int
- func RbPathToClass(arg int) int
- func RbPipe() (result int, pipes int32)
- func RbPrependModule(arg int, arg2 int)
- func RbProcArity(arg int) int
- func RbProcCall(arg int, arg2 int) int
- func RbProcCallWithBlock(arg int, argc int, argv unsafe.Pointer, arg2 int) int
- func RbProcExec(arg string) int
- func RbProcLambdaP(arg int) int
- func RbProcNew(arg unsafe.Pointer, arg2 int) int
- func RbProcTimes(arg int) int
- func RbProtect(arg unsafe.Pointer, arg2 int) (result int, arg3 int32)
- func RbProvide(arg string)
- func RbProvided(arg string) int
- func RbRandomBytes(rnd int, n int) int
- func RbRandomInt(rnd int, max int) int
- func RbRandomInt32(rnd int) int
- func RbRandomReal(rnd int) float64
- func RbRandomUlongLimited(rnd int, limit int) int
- func RbRangeBegLen(arg int, arg4 int, arg5 int) (result int, arg2 int64, arg3 int64)
- func RbRangeNew(arg int, arg2 int, arg3 int) int
- func RbRangeValues(range_ int) (result int, begp int, endp int, exclp int32)
- func RbRational(arg int, arg2 int) int
- func RbRationalDen(rat int) int
- func RbRationalNew(arg int, arg2 int) int
- func RbRationalNum(rat int) int
- func RbRationalRaw(arg int, arg2 int) int
- func RbReadwriteSysFail(arg RbIOWaitReadwrite, arg2 string)
- func RbReadwriteSyserrFail(arg RbIOWaitReadwrite, arg2 int, arg3 string)
- func RbRegAlloc() int
- func RbRegBackrefNumber(match int, backref int) int
- func RbRegInitStr(re int, s int, options int) int
- func RbRegLastMatch(arg int) int
- func RbRegMatch(arg int, arg2 int) int
- func RbRegMatch2(arg int) int
- func RbRegMatchLast(arg int) int
- func RbRegMatchPost(arg int) int
- func RbRegMatchPre(arg int) int
- func RbRegNew(arg string, arg2 int, arg3 int) int
- func RbRegNewStr(arg int, arg2 int) int
- func RbRegNthDefined(arg int, arg2 int) int
- func RbRegNthMatch(arg int, arg2 int) int
- func RbRegOptions(arg int) int
- func RbRemoveEventHook(func_ unsafe.Pointer) int
- func RbRemoveMethod(arg int, arg2 string)
- func RbRemoveMethodId(arg int, arg2 int)
- func RbRequire(arg string) int
- func RbRequireSafe(arg int, arg2 int) int
- func RbRescue(arg unsafe.Pointer, arg2 int, arg3 unsafe.Pointer, arg4 int) int
- func RbReservedFdP(fd int) int
- func RbResetRandomSeed()
- func RbRespondTo(arg int, arg2 int) int
- func RbRubyDebugPtr() unsafe.Pointer
- func RbRubyVerbosePtr() unsafe.Pointer
- func RbSafeLevel() int
- func RbSecure(arg int)
- func RbSecureUpdate(arg int)
- func RbSetClassPath(arg int, arg2 int, arg3 string)
- func RbSetClassPathString(arg int, arg2 int, arg3 int)
- func RbSetEndProc(arg unsafe.Pointer, arg2 int)
- func RbSetErrinfo(arg int)
- func RbSetSafeLevel(arg int)
- func RbSetSafeLevelForce(arg int)
- func RbSingletonClass(arg int) int
- func RbSingletonClassAttached(arg int, arg2 int)
- func RbSingletonClassClone(arg int) int
- func RbSourcefile() string
- func RbSourceline() int
- func RbSpawn(arg int, arg2 unsafe.Pointer) int
- func RbSpawnErr(arg int, arg2 unsafe.Pointer, arg3 string, arg4 int) int
- func RbSprintf(arg string) int
- func RbStr2inum(arg int, arg2 int) int
- func RbStrAppend(arg int, arg2 int) int
- func RbStrAssociate()
- func RbStrAssociated()
- func RbStrBufAppend(arg int, arg2 int) int
- func RbStrBufCat(arg int, arg2 string, arg3 int) int
- func RbStrBufCat2(arg int, arg2 string) int
- func RbStrBufCatAscii(arg int, arg2 string) int
- func RbStrBufNew(arg int) int
- func RbStrBufNew2(arg string) int
- func RbStrBufNewCstr(arg string) int
- func RbStrCapacity(arg int) int
- func RbStrCat(arg int, arg2 string, arg3 int) int
- func RbStrCat2(arg int, arg2 string) int
- func RbStrCatCstr(arg int, arg2 string) int
- func RbStrCmp(arg int, arg2 int) int
- func RbStrComparable(arg int, arg2 int) int
- func RbStrConcat(arg int, arg2 int) int
- func RbStrDropBytes(arg int, arg2 int) int
- func RbStrDump(arg int) int
- func RbStrDup(arg int) int
- func RbStrDupFrozen(arg int) int
- func RbStrEllipsize(arg int, arg2 int) int
- func RbStrEncodeOspath(arg int) int
- func RbStrEqual(str1 int, str2 int) int
- func RbStrExport(arg int) int
- func RbStrExportLocale(arg int) int
- func RbStrFormat(arg int, arg2 unsafe.Pointer, arg3 int) int
- func RbStrFree(arg int)
- func RbStrFreeze(arg int) int
- func RbStrHash(arg int) int
- func RbStrHashCmp(arg int, arg2 int) int
- func RbStrInspect(arg int) int
- func RbStrIntern(arg int) int
- func RbStrLength(arg int) int
- func RbStrLocktmp(arg int) int
- func RbStrModify(arg int)
- func RbStrModifyExpand(arg int, arg2 int)
- func RbStrNew(arg string, arg2 int) int
- func RbStrNewCstr(arg string) int
- func RbStrNewFrozen(arg int) int
- func RbStrNewShared(arg int) int
- func RbStrNewStatic(arg string, arg2 int) int
- func RbStrNewWithClass(arg int, arg2 string, arg3 int) int
- func RbStrOffset(arg int, arg2 int) int
- func RbStrPlus(arg int, arg2 int) int
- func RbStrReplace(arg int, arg2 int) int
- func RbStrResize(arg int, arg2 int) int
- func RbStrResurrect(str int) int
- func RbStrScrub(arg int, arg2 int) int
- func RbStrSetLen(arg int, arg2 int)
- func RbStrSetter(arg int, arg2 int) (arg3 int)
- func RbStrSharedReplace(arg int, arg2 int)
- func RbStrSplit(arg int, arg2 string) int
- func RbStrStrlen(arg int) int
- func RbStrSublen(arg int, arg2 int) int
- func RbStrSubpos(arg int, arg2 int) (result string, arg3 int64)
- func RbStrSubseq(arg int, arg2 int, arg3 int) int
- func RbStrSubstr(arg int, arg2 int, arg3 int) int
- func RbStrSucc(arg int) int
- func RbStrTimes(arg int, arg2 int) int
- func RbStrTmpNew(arg int) int
- func RbStrToDbl(arg int, arg2 int) float64
- func RbStrToInum(arg int, arg2 int, arg3 int) int
- func RbStrToStr(arg int) int
- func RbStrUnlocktmp(arg int) int
- func RbStrUpdate(arg int, arg2 int, arg3 int, arg4 int)
- func RbStrVcatf(arg int, arg2 string, arg3 string) int
- func RbString(arg int) int
- func RbStringValue(arg unsafe.Pointer) int
- func RbStringValueCstr(arg unsafe.Pointer) string
- func RbStringValuePtr(arg unsafe.Pointer) string
- func RbStructAlloc(arg int, arg2 int) int
- func RbStructAllocNoinit(arg int) int
- func RbStructAref(arg int, arg2 int) int
- func RbStructAset(arg int, arg2 int, arg3 int) int
- func RbStructGetmember(arg int, arg2 int) int
- func RbStructInitialize(arg int, arg2 int) int
- func RbStructMembers(arg int) int
- func RbStructPtr()
- func RbStructSMembers(arg int) int
- func RbStructSize(s int) int
- func RbSym2id(arg int) int
- func RbSym2str(arg int) int
- func RbSymAllSymbols() int
- func RbSymInternedP(arg int) int
- func RbSymToS(arg int) int
- func RbSymnameP(arg string) int
- func RbSysFail(arg string)
- func RbSysFailStr(arg int)
- func RbSyserrFail(arg int, arg2 string)
- func RbSyserrFailStr(arg int, arg2 int)
- func RbSyserrNew(arg int, arg2 string) int
- func RbSyserrNewStr(n int, arg int) int
- func RbSyswait(pid int)
- func RbTaintedStrNew(arg string, arg2 int) int
- func RbTaintedStrNewCstr(arg string) int
- func RbThreadAlone() int
- func RbThreadAtfork()
- func RbThreadAtforkBeforeExec()
- func RbThreadCheckInts()
- func RbThreadCreate(arg unsafe.Pointer, arg2 unsafe.Pointer) int
- func RbThreadCurrent() int
- func RbThreadFdClose(arg int)
- func RbThreadFdSelect(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer, ...) int
- func RbThreadFdWritable(arg int) int
- func RbThreadInterrupted(thval int) int
- func RbThreadKill(arg int) int
- func RbThreadLocalAref(arg int, arg2 int) int
- func RbThreadLocalAset(arg int, arg2 int, arg3 int) int
- func RbThreadMain() int
- func RbThreadRun(arg int) int
- func RbThreadSchedule()
- func RbThreadSleep(arg int)
- func RbThreadSleepDeadly()
- func RbThreadSleepForever()
- func RbThreadStop() int
- func RbThreadWaitFd(arg int)
- func RbThreadWaitFor(arg unsafe.Pointer)
- func RbThreadWakeup(arg int) int
- func RbThreadWakeupAlive(arg int) int
- func RbThrow(arg string, arg2 int)
- func RbThrowObj(arg int, arg2 int)
- func RbTimeInterval(num int) unsafe.Pointer
- func RbTimeNanoNew(arg int, arg2 int) int
- func RbTimeNew(arg int, arg2 int) int
- func RbTimeNumNew(arg int, arg2 int) int
- func RbTimeSucc(arg int) int
- func RbTimeTimespec(time_ int) unsafe.Pointer
- func RbTimeTimespecNew(arg unsafe.Pointer, arg2 int) int
- func RbTimeTimeval(time_ int) unsafe.Pointer
- func RbTimeUtcOffset(time_ int) int
- func RbTimespecNow(arg unsafe.Pointer)
- func RbToFloat(arg int) int
- func RbToId(arg int) int
- func RbToInt(arg int) int
- func RbToSymbol(name int) int
- func RbTolower(c int) int
- func RbToupper(c int) int
- func RbTrapExec()
- func RbTrapExit()
- func RbType(object int) int
- func RbTypeddataInheritedP(child unsafe.Pointer, parent unsafe.Pointer) int
- func RbTypeddataIsKindOf(arg int, arg2 unsafe.Pointer) int
- func RbUint2big(arg int) int
- func RbUint2inum(arg int) int
- func RbUll2inum(arg uint64) int
- func RbUlong2numInline(v int) int
- func RbUndef(arg int, arg2 int)
- func RbUndefAllocFunc(arg int)
- func RbUndefMethod(arg int, arg2 string)
- func RbUndefineFinalizer(arg int) int
- func RbUpdateMaxFd(fd int)
- func RbUsasciiStrNew(arg string, arg2 int) int
- func RbUsasciiStrNewCstr(arg string) int
- func RbUsasciiStrNewStatic(arg string, arg2 int) int
- func RbUtf8StrNew(arg string, arg2 int) int
- func RbUtf8StrNewCstr(arg string) int
- func RbUtf8StrNewStatic(arg string, arg2 int) int
- func RbUvToUtf8(arg string, arg2 int) int
- func RbVarargsBadLength(arg int, arg2 int) int
- func RbVsprintf(arg string, arg2 string) int
- func RbWaitpid(pid int, flags int) (result int, status int32)
- func RbWriteError(arg string)
- func RbWriteError2(arg string, arg2 int)
- func RbYield(arg int) int
- func RbYieldBlock(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 int) int
- func RbYieldSplat(arg int) int
- func RbYieldValues2(n int, argv unsafe.Pointer) int
- func Rb_argv0() uint
- func Rb_cArray() uint
- func Rb_cBasicObject() uint
- func Rb_cBinding() uint
- func Rb_cClass() uint
- func Rb_cComplex() uint
- func Rb_cCont() uint
- func Rb_cData() uint
- func Rb_cDir() uint
- func Rb_cEncoding() uint
- func Rb_cEnumerator() uint
- func Rb_cFalseClass() uint
- func Rb_cFile() uint
- func Rb_cFloat() uint
- func Rb_cHash() uint
- func Rb_cIO() uint
- func Rb_cInteger() uint
- func Rb_cMatch() uint
- func Rb_cMethod() uint
- func Rb_cModule() uint
- func Rb_cNameErrorMesg() uint
- func Rb_cNilClass() uint
- func Rb_cNumeric() uint
- func Rb_cObject() uint
- func Rb_cProc() uint
- func Rb_cRandom() uint
- func Rb_cRange() uint
- func Rb_cRational() uint
- func Rb_cRegexp() uint
- func Rb_cStat() uint
- func Rb_cString() uint
- func Rb_cStruct() uint
- func Rb_cSymbol() uint
- func Rb_cThread() uint
- func Rb_cTime() uint
- func Rb_cTrueClass() uint
- func Rb_cUnboundMethod() uint
- func Rb_default_rs() uint
- func Rb_eArgError() uint
- func Rb_eEOFError() uint
- func Rb_eEncCompatError() uint
- func Rb_eEncodingError() uint
- func Rb_eException() uint
- func Rb_eFatal() uint
- func Rb_eFloatDomainError() uint
- func Rb_eFrozenError() uint
- func Rb_eIOError() uint
- func Rb_eIndexError() uint
- func Rb_eInterrupt() uint
- func Rb_eKeyError() uint
- func Rb_eLoadError() uint
- func Rb_eLocalJumpError() uint
- func Rb_eMathDomainError() uint
- func Rb_eNameError() uint
- func Rb_eNoMemError() uint
- func Rb_eNoMethodError() uint
- func Rb_eNotImpError() uint
- func Rb_eRangeError() uint
- func Rb_eRegexpError() uint
- func Rb_eRuntimeError() uint
- func Rb_eScriptError() uint
- func Rb_eSecurityError() uint
- func Rb_eSignal() uint
- func Rb_eStandardError() uint
- func Rb_eStopIteration() uint
- func Rb_eSyntaxError() uint
- func Rb_eSysStackError() uint
- func Rb_eSystemCallError() uint
- func Rb_eSystemExit() uint
- func Rb_eThreadError() uint
- func Rb_eTypeError() uint
- func Rb_eZeroDivError() uint
- func Rb_fs() uint
- func Rb_mComparable() uint
- func Rb_mEnumerable() uint
- func Rb_mErrno() uint
- func Rb_mFileTest() uint
- func Rb_mGC() uint
- func Rb_mKernel() uint
- func Rb_mMath() uint
- func Rb_mProcess() uint
- func Rb_mWaitReadable() uint
- func Rb_mWaitWritable() uint
- func Rb_output_fs() uint
- func Rb_output_rs() uint
- func Rb_rs() uint
- func Rb_stderr() uint
- func Rb_stdin() uint
- func Rb_stdout() uint
- func RunNode(n unsafe.Pointer) int
- func Script(name string)
- func SetArgv(arg int, arg2 string)
- func SetScriptName(name int)
- func SetStackSize(arg int)
- func Setup() int
- func ShowCopyright()
- func ShowCopyrightToDie(arg int) int
- func ShowVersion()
- func SigFinalize()
- func SignalName(arg int) string
- func Snprintf(str unsafe.Pointer, n int, fmt_ string) int
- func StAddDirect(arg unsafe.Pointer, arg2 int, arg3 int)
- func StCleanupSafe(arg unsafe.Pointer, arg2 int)
- func StClear(arg unsafe.Pointer)
- func StCopy(arg unsafe.Pointer) unsafe.Pointer
- func StDelete(arg unsafe.Pointer) (result int, arg2 int, arg3 int)
- func StDeleteSafe(arg unsafe.Pointer, arg4 int) (result int, arg2 int, arg3 int)
- func StForeach(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 int) int
- func StForeachCheck(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 int, arg4 int) int
- func StForeachSafe(arg unsafe.Pointer, arg2 unsafe.Pointer, arg3 int)
- func StFreeTable(arg unsafe.Pointer)
- func StGetKey(arg unsafe.Pointer, arg2 int) (result int, arg3 int)
- func StHash(ptr unsafe.Pointer, length int, h int) int
- func StHashEnd(h int) int
- func StHashStart(h int) int
- func StHashUint(h int, i int) int
- func StHashUint32(h int, i uint32) int
- func StInitNumtable() unsafe.Pointer
- func StInitNumtableWithSize(arg int) unsafe.Pointer
- func StInitStrcasetable() unsafe.Pointer
- func StInitStrcasetableWithSize(arg int) unsafe.Pointer
- func StInitStrtable() unsafe.Pointer
- func StInitStrtableWithSize(arg int) unsafe.Pointer
- func StInitTable(arg unsafe.Pointer) unsafe.Pointer
- func StInitTableWithSize(arg unsafe.Pointer, arg2 int) unsafe.Pointer
- func StInsert(arg unsafe.Pointer, arg2 int, arg3 int) int
- func StInsert2(arg unsafe.Pointer, arg2 int, arg3 int, arg4 unsafe.Pointer) int
- func StKeys(table unsafe.Pointer, keys unsafe.Pointer, size int) int
- func StKeysCheck(table unsafe.Pointer, keys unsafe.Pointer, size int, never int) int
- func StLocaleInsensitiveStrcasecmp(s1 string, s2 string) int
- func StLocaleInsensitiveStrncasecmp(s1 string, s2 unsafe.Pointer, n int) int
- func StLookup(arg unsafe.Pointer, arg2 int) (result int, arg3 int)
- func StMemsize(arg unsafe.Pointer) int
- func StNumcmp(arg int, arg2 int) int
- func StNumhash(arg int) int
- func StShift(arg unsafe.Pointer) (result int, arg2 int, arg3 int)
- func StUpdate(table unsafe.Pointer, key int, func_ unsafe.Pointer, arg int) int
- func StValues(table unsafe.Pointer, values unsafe.Pointer, size int) int
- func StValuesCheck(table unsafe.Pointer, values unsafe.Pointer, size int, never int) int
- func StackCheck() int
- func StackLength(arg unsafe.Pointer) int
- func Stop(arg int)
- func Strtoul(str string, endptr string, base int) int
- func Sysinit(argv string) (argc int32)
- func Vsnprintf(str unsafe.Pointer, n int, fmt_ string, ap string) int
- func Xcalloc(arg int, arg2 int) unsafe.Pointer
- func Xfree(arg unsafe.Pointer)
- func Xmalloc(arg int) unsafe.Pointer
- func Xmalloc2(arg int, arg2 int) unsafe.Pointer
- func Xrealloc(arg unsafe.Pointer, arg2 int) unsafe.Pointer
- func Xrealloc2(arg unsafe.Pointer, arg2 int, arg3 int) unsafe.Pointer
- type FlType
- type Idtype
- type RArray
- type RBasic
- type RClassDeprecated
- type RData
- type RFile
- type RObject
- type RRegexp
- type RString
- type RTypedData
- type RarrayFlags
- type RbArithmeticSequenceComponentsT
- type RbDataTypeStruct
- type RbDataTypeT
- type RbFdsetT
- type RbGlobalVariable
- type RbIOWaitReadwrite
- type RmoduleFlags
- type RobjectFlags
- type RstringFlags
- type SpecialConsts
- type StHashType
- type StRetval
- type StTable
- type StTableEntry
- type Timeval
- type ValueType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuiltinExpect ¶
BuiltinExpect calls the Ruby framework function __builtin_expect.
func DefaultSignal ¶ added in v0.17.0
func DefaultSignal(arg int)
DefaultSignal calls the Ruby framework function ruby_default_signal.
func ExecutableNode ¶ added in v0.17.0
ExecutableNode calls the Ruby framework function ruby_executable_node.
func ExplicitBzero ¶
ExplicitBzero calls the Ruby framework function explicit_bzero.
func Finalize ¶ added in v0.17.0
func Finalize()
Finalize calls the Ruby framework function ruby_finalize.
func Incpush ¶ added in v0.17.0
func Incpush(arg string)
Incpush calls the Ruby framework function ruby_incpush.
func InitLoadpath ¶ added in v0.17.0
func InitLoadpath()
InitLoadpath calls the Ruby framework function ruby_init_loadpath.
func MallocSizeOverflow ¶ added in v0.17.0
MallocSizeOverflow calls the Ruby framework function ruby_malloc_size_overflow.
func NativeThreadP ¶ added in v0.17.0
func NativeThreadP() int
NativeThreadP calls the Ruby framework function ruby_native_thread_p.
func PosixSignal ¶ added in v0.17.0
PosixSignal calls the Ruby framework function ruby_posix_signal.
func ProcessOptions ¶ added in v0.17.0
ProcessOptions calls the Ruby framework function ruby_process_options.
func ProgInit ¶ added in v0.17.0
func ProgInit()
ProgInit calls the Ruby framework function ruby_prog_init.
func RbAbsintNumwords ¶
RbAbsintNumwords calls the Ruby framework function rb_absint_numwords.
func RbAbsintSinglebitP ¶
RbAbsintSinglebitP calls the Ruby framework function rb_absint_singlebit_p.
func RbAbsintSize ¶
RbAbsintSize calls the Ruby framework function rb_absint_size.
func RbAddEventHook ¶
RbAddEventHook calls the Ruby framework function rb_add_event_hook.
func RbAliasVariable ¶
RbAliasVariable calls the Ruby framework function rb_alias_variable.
func RbAllocTmpBuffer ¶
RbAllocTmpBuffer calls the Ruby framework function rb_alloc_tmp_buffer.
func RbAllocTmpBuffer2 ¶
RbAllocTmpBuffer2 calls the Ruby framework function rb_alloc_tmp_buffer2.
func RbAllocTmpBufferWithCount ¶
RbAllocTmpBufferWithCount calls the Ruby framework function rb_alloc_tmp_buffer_with_count.
func RbArrayConstPtr ¶
RbArrayConstPtr calls the Ruby framework function rb_array_const_ptr.
func RbArrayConstPtrTransient ¶
RbArrayConstPtrTransient calls the Ruby framework function rb_array_const_ptr_transient.
func RbArrayLen ¶
RbArrayLen calls the Ruby framework function rb_array_len.
func RbArrayPtrUseEnd ¶
RbArrayPtrUseEnd calls the Ruby framework function rb_array_ptr_use_end.
func RbArrayPtrUseStart ¶
RbArrayPtrUseStart calls the Ruby framework function rb_array_ptr_use_start.
func RbAryAssoc ¶
RbAryAssoc calls the Ruby framework function rb_ary_assoc.
func RbAryClear ¶
RbAryClear calls the Ruby framework function rb_ary_clear.
func RbAryConcat ¶
RbAryConcat calls the Ruby framework function rb_ary_concat.
func RbAryDelete ¶
RbAryDelete calls the Ruby framework function rb_ary_delete.
func RbAryDeleteAt ¶
RbAryDeleteAt calls the Ruby framework function rb_ary_delete_at.
func RbAryEntry ¶
RbAryEntry calls the Ruby framework function rb_ary_entry.
func RbAryFreeze ¶
RbAryFreeze calls the Ruby framework function rb_ary_freeze.
func RbAryIncludes ¶
RbAryIncludes calls the Ruby framework function rb_ary_includes.
func RbAryModify ¶
func RbAryModify(arg int)
RbAryModify calls the Ruby framework function rb_ary_modify.
func RbAryNewCapa ¶
RbAryNewCapa calls the Ruby framework function rb_ary_new_capa.
func RbAryNewFromValues ¶
RbAryNewFromValues calls the Ruby framework function rb_ary_new_from_values.
func RbAryRassoc ¶
RbAryRassoc calls the Ruby framework function rb_ary_rassoc.
func RbAryReplace ¶
RbAryReplace calls the Ruby framework function rb_ary_replace.
func RbAryResize ¶
RbAryResize calls the Ruby framework function rb_ary_resize.
func RbAryResurrect ¶
RbAryResurrect calls the Ruby framework function rb_ary_resurrect.
func RbAryReverse ¶
RbAryReverse calls the Ruby framework function rb_ary_reverse.
func RbAryRotate ¶
RbAryRotate calls the Ruby framework function rb_ary_rotate.
func RbArySharedWithP ¶
RbArySharedWithP calls the Ruby framework function rb_ary_shared_with_p.
func RbAryShift ¶
RbAryShift calls the Ruby framework function rb_ary_shift.
func RbArySortBang ¶
RbArySortBang calls the Ruby framework function rb_ary_sort_bang.
func RbAryStore ¶
RbAryStore calls the Ruby framework function rb_ary_store.
func RbArySubseq ¶
RbArySubseq calls the Ruby framework function rb_ary_subseq.
func RbAryTmpNew ¶
RbAryTmpNew calls the Ruby framework function rb_ary_tmp_new.
func RbAryToAry ¶
RbAryToAry calls the Ruby framework function rb_ary_to_ary.
func RbAryUnshift ¶
RbAryUnshift calls the Ruby framework function rb_ary_unshift.
func RbAssocNew ¶
RbAssocNew calls the Ruby framework function rb_assoc_new.
func RbAutoload ¶
RbAutoload calls the Ruby framework function rb_autoload.
func RbAutoloadLoad ¶
RbAutoloadLoad calls the Ruby framework function rb_autoload_load.
func RbAutoloadP ¶
RbAutoloadP calls the Ruby framework function rb_autoload_p.
func RbBackrefGet ¶
func RbBackrefGet() int
RbBackrefGet calls the Ruby framework function rb_backref_get.
func RbBackrefSet ¶
func RbBackrefSet(arg int)
RbBackrefSet calls the Ruby framework function rb_backref_set.
func RbBig2comp ¶
func RbBig2comp(arg int)
RbBig2comp calls the Ruby framework function rb_big_2comp.
func RbBig2long ¶
RbBig2long calls the Ruby framework function rb_big2long.
func RbBig2ulong ¶
RbBig2ulong calls the Ruby framework function rb_big2ulong.
func RbBigClone ¶
RbBigClone calls the Ruby framework function rb_big_clone.
func RbBigDivmod ¶
RbBigDivmod calls the Ruby framework function rb_big_divmod.
func RbBigLshift ¶
RbBigLshift calls the Ruby framework function rb_big_lshift.
func RbBigMinus ¶
RbBigMinus calls the Ruby framework function rb_big_minus.
func RbBigModulo ¶
RbBigModulo calls the Ruby framework function rb_big_modulo.
func RbBigResize ¶
RbBigResize calls the Ruby framework function rb_big_resize.
func RbBigRshift ¶
RbBigRshift calls the Ruby framework function rb_big_rshift.
func RbBigUnpack ¶
RbBigUnpack calls the Ruby framework function rb_big_unpack.
func RbBigzeroP ¶
RbBigzeroP calls the Ruby framework function rb_bigzero_p.
func RbBindingNew ¶
func RbBindingNew() int
RbBindingNew calls the Ruby framework function rb_binding_new.
func RbBlockCall ¶
func RbBlockCall(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 unsafe.Pointer, arg6 int) int
RbBlockCall calls the Ruby framework function rb_block_call.
func RbBlockGivenP ¶
func RbBlockGivenP() int
RbBlockGivenP calls the Ruby framework function rb_block_given_p.
func RbBlockLambda ¶
func RbBlockLambda() int
RbBlockLambda calls the Ruby framework function rb_block_lambda.
func RbBlockProc ¶
func RbBlockProc() int
RbBlockProc calls the Ruby framework function rb_block_proc.
func RbBugErrno ¶
RbBugErrno calls the Ruby framework function rb_bug_errno.
func RbCallSuper ¶
RbCallSuper calls the Ruby framework function rb_call_super.
func RbCatchObj ¶
RbCatchObj calls the Ruby framework function rb_catch_obj.
func RbCheckArity ¶
RbCheckArity calls the Ruby framework function rb_check_arity.
func RbCheckArrayType ¶
RbCheckArrayType calls the Ruby framework function rb_check_array_type.
func RbCheckConvertType ¶
RbCheckConvertType calls the Ruby framework function rb_check_convert_type.
func RbCheckCopyable ¶
RbCheckCopyable calls the Ruby framework function rb_check_copyable.
func RbCheckFrozen ¶
func RbCheckFrozen(arg int)
RbCheckFrozen calls the Ruby framework function rb_check_frozen.
func RbCheckFuncall ¶
RbCheckFuncall calls the Ruby framework function rb_check_funcall.
func RbCheckHashType ¶
RbCheckHashType calls the Ruby framework function rb_check_hash_type.
func RbCheckInheritable ¶
func RbCheckInheritable(arg int)
RbCheckInheritable calls the Ruby framework function rb_check_inheritable.
func RbCheckSafeObj ¶
func RbCheckSafeObj(arg int)
RbCheckSafeObj calls the Ruby framework function rb_check_safe_obj.
func RbCheckStringType ¶
RbCheckStringType calls the Ruby framework function rb_check_string_type.
func RbCheckSymbol ¶
RbCheckSymbol calls the Ruby framework function rb_check_symbol.
func RbCheckToFloat ¶
RbCheckToFloat calls the Ruby framework function rb_check_to_float.
func RbCheckToInt ¶
RbCheckToInt calls the Ruby framework function rb_check_to_int.
func RbCheckToInteger ¶
RbCheckToInteger calls the Ruby framework function rb_check_to_integer.
func RbCheckTrusted ¶
func RbCheckTrusted(arg int)
RbCheckTrusted calls the Ruby framework function rb_check_trusted.
func RbCheckType ¶
RbCheckType calls the Ruby framework function rb_check_type.
func RbCheckTypeddata ¶
RbCheckTypeddata calls the Ruby framework function rb_check_typeddata.
func RbClass2name ¶
RbClass2name calls the Ruby framework function rb_class2name.
func RbClassGetSuperclass ¶
RbClassGetSuperclass calls the Ruby framework function rb_class_get_superclass.
func RbClassInheritedP ¶
RbClassInheritedP calls the Ruby framework function rb_class_inherited_p.
func RbClassInstanceMethods ¶
RbClassInstanceMethods calls the Ruby framework function rb_class_instance_methods.
func RbClassName ¶
RbClassName calls the Ruby framework function rb_class_name.
func RbClassNew ¶
RbClassNew calls the Ruby framework function rb_class_new.
func RbClassNewInstance ¶
RbClassNewInstance calls the Ruby framework function rb_class_new_instance.
func RbClassPath ¶
RbClassPath calls the Ruby framework function rb_class_path.
func RbClassPathCached ¶
RbClassPathCached calls the Ruby framework function rb_class_path_cached.
func RbClassPrivateInstanceMethods ¶
RbClassPrivateInstanceMethods calls the Ruby framework function rb_class_private_instance_methods.
func RbClassProtectedInstanceMethods ¶
RbClassProtectedInstanceMethods calls the Ruby framework function rb_class_protected_instance_methods.
func RbClassPublicInstanceMethods ¶
RbClassPublicInstanceMethods calls the Ruby framework function rb_class_public_instance_methods.
func RbClassReal ¶
RbClassReal calls the Ruby framework function rb_class_real.
func RbClassSuperclass ¶
RbClassSuperclass calls the Ruby framework function rb_class_superclass.
func RbClearCache ¶
func RbClearCache()
RbClearCache calls the Ruby framework function rb_clear_cache.
func RbClearConstantCache ¶
func RbClearConstantCache()
RbClearConstantCache calls the Ruby framework function rb_clear_constant_cache.
func RbClearMethodCacheByClass ¶
func RbClearMethodCacheByClass(arg int)
RbClearMethodCacheByClass calls the Ruby framework function rb_clear_method_cache_by_class.
func RbCloexecDup ¶
RbCloexecDup calls the Ruby framework function rb_cloexec_dup.
func RbCloexecDup2 ¶
RbCloexecDup2 calls the Ruby framework function rb_cloexec_dup2.
func RbCloexecFcntlDupfd ¶
RbCloexecFcntlDupfd calls the Ruby framework function rb_cloexec_fcntl_dupfd.
func RbCloexecOpen ¶
RbCloexecOpen calls the Ruby framework function rb_cloexec_open.
func RbCloexecPipe ¶
RbCloexecPipe calls the Ruby framework function rb_cloexec_pipe.
func RbCloneSetup ¶
RbCloneSetup calls the Ruby framework function rb_clone_setup.
func RbCloseBeforeExec ¶
RbCloseBeforeExec calls the Ruby framework function rb_close_before_exec.
func RbCompileError ¶
func RbCompileError()
RbCompileError calls the Ruby framework function rb_compile_error.
func RbCompileErrorAppend ¶
func RbCompileErrorAppend()
RbCompileErrorAppend calls the Ruby framework function rb_compile_error_append.
func RbCompileErrorWithEnc ¶
func RbCompileErrorWithEnc()
RbCompileErrorWithEnc calls the Ruby framework function rb_compile_error_with_enc.
func RbComplexAbs ¶
RbComplexAbs calls the Ruby framework function rb_complex_abs.
func RbComplexArg ¶
RbComplexArg calls the Ruby framework function rb_complex_arg.
func RbComplexConjugate ¶
RbComplexConjugate calls the Ruby framework function rb_complex_conjugate.
func RbComplexDiv ¶
RbComplexDiv calls the Ruby framework function rb_complex_div.
func RbComplexImag ¶
RbComplexImag calls the Ruby framework function rb_complex_imag.
func RbComplexMinus ¶
RbComplexMinus calls the Ruby framework function rb_complex_minus.
func RbComplexMul ¶
RbComplexMul calls the Ruby framework function rb_complex_mul.
func RbComplexNew ¶
RbComplexNew calls the Ruby framework function rb_complex_new.
func RbComplexNewPolar ¶
RbComplexNewPolar calls the Ruby framework function rb_complex_new_polar.
func RbComplexPlus ¶
RbComplexPlus calls the Ruby framework function rb_complex_plus.
func RbComplexPolar ¶
RbComplexPolar calls the Ruby framework function rb_complex_polar.
func RbComplexPow ¶
RbComplexPow calls the Ruby framework function rb_complex_pow.
func RbComplexRaw ¶
RbComplexRaw calls the Ruby framework function rb_complex_raw.
func RbComplexReal ¶
RbComplexReal calls the Ruby framework function rb_complex_real.
func RbComplexUminus ¶
RbComplexUminus calls the Ruby framework function rb_complex_uminus.
func RbConstDefined ¶
RbConstDefined calls the Ruby framework function rb_const_defined.
func RbConstDefinedAt ¶
RbConstDefinedAt calls the Ruby framework function rb_const_defined_at.
func RbConstDefinedFrom ¶
RbConstDefinedFrom calls the Ruby framework function rb_const_defined_from.
func RbConstGet ¶
RbConstGet calls the Ruby framework function rb_const_get.
func RbConstGetAt ¶
RbConstGetAt calls the Ruby framework function rb_const_get_at.
func RbConstGetFrom ¶
RbConstGetFrom calls the Ruby framework function rb_const_get_from.
func RbConstList ¶
RbConstList calls the Ruby framework function rb_const_list.
func RbConstRemove ¶
RbConstRemove calls the Ruby framework function rb_const_remove.
func RbConstSet ¶
RbConstSet calls the Ruby framework function rb_const_set.
func RbConvertType ¶
RbConvertType calls the Ruby framework function rb_convert_type.
func RbCopyGenericIvar ¶
RbCopyGenericIvar calls the Ruby framework function rb_copy_generic_ivar.
func RbCstr2inum ¶
RbCstr2inum calls the Ruby framework function rb_cstr2inum.
func RbCstrToDbl ¶
RbCstrToDbl calls the Ruby framework function rb_cstr_to_dbl.
func RbCstrToInum ¶
RbCstrToInum calls the Ruby framework function rb_cstr_to_inum.
func RbCurrentReceiver ¶
func RbCurrentReceiver() int
RbCurrentReceiver calls the Ruby framework function rb_current_receiver.
func RbCvarDefined ¶
RbCvarDefined calls the Ruby framework function rb_cvar_defined.
func RbDataObjectAlloc ¶
RbDataObjectAlloc calls the Ruby framework function rb_data_object_alloc.
func RbDataObjectGet ¶
RbDataObjectGet calls the Ruby framework function rb_data_object_get.
func RbDataObjectMake ¶
func RbDataObjectMake(klass int, markFunc unsafe.Pointer, freeFunc unsafe.Pointer, datap unsafe.Pointer, size int) int
RbDataObjectMake calls the Ruby framework function rb_data_object_make.
func RbDataObjectWrap ¶
RbDataObjectWrap calls the Ruby framework function rb_data_object_wrap.
func RbDataObjectZalloc ¶
RbDataObjectZalloc calls the Ruby framework function rb_data_object_zalloc.
func RbDataTypedObjectAlloc ¶
RbDataTypedObjectAlloc calls the Ruby framework function rb_data_typed_object_alloc.
func RbDataTypedObjectMake ¶
RbDataTypedObjectMake calls the Ruby framework function rb_data_typed_object_make.
func RbDataTypedObjectWrap ¶
RbDataTypedObjectWrap calls the Ruby framework function rb_data_typed_object_wrap.
func RbDataTypedObjectZalloc ¶
RbDataTypedObjectZalloc calls the Ruby framework function rb_data_typed_object_zalloc.
func RbDblComplexNew ¶
RbDblComplexNew calls the Ruby framework function rb_dbl_complex_new.
func RbDefineAlias ¶
RbDefineAlias calls the Ruby framework function rb_define_alias.
func RbDefineAllocFunc ¶
RbDefineAllocFunc calls the Ruby framework function rb_define_alloc_func.
func RbDefineAttr ¶
RbDefineAttr calls the Ruby framework function rb_define_attr.
func RbDefineClass ¶
RbDefineClass calls the Ruby framework function rb_define_class.
func RbDefineClassId ¶
RbDefineClassId calls the Ruby framework function rb_define_class_id.
func RbDefineClassIdUnder ¶
RbDefineClassIdUnder calls the Ruby framework function rb_define_class_id_under.
func RbDefineClassUnder ¶
RbDefineClassUnder calls the Ruby framework function rb_define_class_under.
func RbDefineClassVariable ¶
RbDefineClassVariable calls the Ruby framework function rb_define_class_variable.
func RbDefineConst ¶
RbDefineConst calls the Ruby framework function rb_define_const.
func RbDefineFinalizer ¶
RbDefineFinalizer calls the Ruby framework function rb_define_finalizer.
func RbDefineGlobalConst ¶
RbDefineGlobalConst calls the Ruby framework function rb_define_global_const.
func RbDefineGlobalFunction ¶
RbDefineGlobalFunction calls the Ruby framework function rb_define_global_function.
func RbDefineHookedVariable ¶
RbDefineHookedVariable calls the Ruby framework function rb_define_hooked_variable.
func RbDefineMethod ¶
RbDefineMethod calls the Ruby framework function rb_define_method.
func RbDefineMethodId ¶
RbDefineMethodId calls the Ruby framework function rb_define_method_id.
func RbDefineModule ¶
RbDefineModule calls the Ruby framework function rb_define_module.
func RbDefineModuleFunction ¶
RbDefineModuleFunction calls the Ruby framework function rb_define_module_function.
func RbDefineModuleId ¶
RbDefineModuleId calls the Ruby framework function rb_define_module_id.
func RbDefineModuleIdUnder ¶
RbDefineModuleIdUnder calls the Ruby framework function rb_define_module_id_under.
func RbDefineModuleUnder ¶
RbDefineModuleUnder calls the Ruby framework function rb_define_module_under.
func RbDefinePrivateMethod ¶
RbDefinePrivateMethod calls the Ruby framework function rb_define_private_method.
func RbDefineProtectedMethod ¶
RbDefineProtectedMethod calls the Ruby framework function rb_define_protected_method.
func RbDefineReadonlyVariable ¶
RbDefineReadonlyVariable calls the Ruby framework function rb_define_readonly_variable.
func RbDefineSingletonMethod ¶
RbDefineSingletonMethod calls the Ruby framework function rb_define_singleton_method.
func RbDefineVariable ¶
RbDefineVariable calls the Ruby framework function rb_define_variable.
func RbDefineVirtualVariable ¶
RbDefineVirtualVariable calls the Ruby framework function rb_define_virtual_variable.
func RbDetachProcess ¶
RbDetachProcess calls the Ruby framework function rb_detach_process.
func RbDisableSuper ¶
func RbDisableSuper()
RbDisableSuper calls the Ruby framework function rb_disable_super.
func RbDupSetup ¶
RbDupSetup calls the Ruby framework function rb_dup_setup.
func RbEnableSuper ¶
func RbEnableSuper()
RbEnableSuper calls the Ruby framework function rb_enable_super.
func RbEnumValuesPack ¶
RbEnumValuesPack calls the Ruby framework function rb_enum_values_pack.
func RbEnumeratorize ¶
RbEnumeratorize calls the Ruby framework function rb_enumeratorize.
func RbEnumeratorizeWithSize ¶
func RbEnumeratorizeWithSize(arg int, arg2 int, arg3 int, arg4 unsafe.Pointer, arg5 unsafe.Pointer) int
RbEnumeratorizeWithSize calls the Ruby framework function rb_enumeratorize_with_size.
func RbEnvPathTainted ¶
func RbEnvPathTainted() int
RbEnvPathTainted calls the Ruby framework function rb_env_path_tainted.
func RbErrorArity ¶
RbErrorArity calls the Ruby framework function rb_error_arity.
func RbErrorFrozen ¶
func RbErrorFrozen(arg string)
RbErrorFrozen calls the Ruby framework function rb_error_frozen.
func RbErrorFrozenObject ¶
func RbErrorFrozenObject(arg int)
RbErrorFrozenObject calls the Ruby framework function rb_error_frozen_object.
func RbErrorUntrusted ¶
func RbErrorUntrusted(arg int)
RbErrorUntrusted calls the Ruby framework function rb_error_untrusted.
func RbEvalString ¶
RbEvalString calls the Ruby framework function rb_eval_string.
func RbEvalStringProtect ¶
RbEvalStringProtect calls the Ruby framework function rb_eval_string_protect.
func RbEvalStringWrap ¶
RbEvalStringWrap calls the Ruby framework function rb_eval_string_wrap.
func RbExcFatal ¶
func RbExcFatal(arg int)
RbExcFatal calls the Ruby framework function rb_exc_fatal.
func RbExcNewCstr ¶
RbExcNewCstr calls the Ruby framework function rb_exc_new_cstr.
func RbExcNewStr ¶
RbExcNewStr calls the Ruby framework function rb_exc_new_str.
func RbExcRaise ¶
func RbExcRaise(arg int)
RbExcRaise calls the Ruby framework function rb_exc_raise.
func RbExecEndProc ¶
func RbExecEndProc()
RbExecEndProc calls the Ruby framework function rb_exec_end_proc.
func RbExecRecursive ¶
RbExecRecursive calls the Ruby framework function rb_exec_recursive.
func RbExecRecursiveOuter ¶
RbExecRecursiveOuter calls the Ruby framework function rb_exec_recursive_outer.
func RbExecRecursivePaired ¶
RbExecRecursivePaired calls the Ruby framework function rb_exec_recursive_paired.
func RbExecRecursivePairedOuter ¶
RbExecRecursivePairedOuter calls the Ruby framework function rb_exec_recursive_paired_outer.
func RbExtendObject ¶
RbExtendObject calls the Ruby framework function rb_extend_object.
func RbExternalStrNew ¶
RbExternalStrNew calls the Ruby framework function rb_external_str_new.
func RbExternalStrNewCstr ¶
RbExternalStrNewCstr calls the Ruby framework function rb_external_str_new_cstr.
func RbExtractKeywords ¶
RbExtractKeywords calls the Ruby framework function rb_extract_keywords.
func RbFGlobalVariables ¶
func RbFGlobalVariables() int
RbFGlobalVariables calls the Ruby framework function rb_f_global_variables.
func RbFNotimplement ¶
RbFNotimplement calls the Ruby framework function rb_f_notimplement.
func RbFRequire ¶
RbFRequire calls the Ruby framework function rb_f_require.
func RbFSprintf ¶
RbFSprintf calls the Ruby framework function rb_f_sprintf.
func RbFTraceVar ¶
RbFTraceVar calls the Ruby framework function rb_f_trace_var.
func RbFUntraceVar ¶
RbFUntraceVar calls the Ruby framework function rb_f_untrace_var.
func RbFdFixCloexec ¶
func RbFdFixCloexec(fd int)
RbFdFixCloexec calls the Ruby framework function rb_fd_fix_cloexec.
func RbFdSelect ¶
func RbFdSelect(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer, arg5 unsafe.Pointer) int
RbFdSelect calls the Ruby framework function rb_fd_select.
func RbFeatureProvided ¶
RbFeatureProvided calls the Ruby framework function rb_feature_provided.
func RbFiberAliveP ¶
RbFiberAliveP calls the Ruby framework function rb_fiber_alive_p.
func RbFiberCurrent ¶
func RbFiberCurrent() int
RbFiberCurrent calls the Ruby framework function rb_fiber_current.
func RbFiberNew ¶
RbFiberNew calls the Ruby framework function rb_fiber_new.
func RbFiberResume ¶
RbFiberResume calls the Ruby framework function rb_fiber_resume.
func RbFiberYield ¶
RbFiberYield calls the Ruby framework function rb_fiber_yield.
func RbFileAbsolutePath ¶
RbFileAbsolutePath calls the Ruby framework function rb_file_absolute_path.
func RbFileDirectoryP ¶
RbFileDirectoryP calls the Ruby framework function rb_file_directory_p.
func RbFileDirname ¶
RbFileDirname calls the Ruby framework function rb_file_dirname.
func RbFileExpandPath ¶
RbFileExpandPath calls the Ruby framework function rb_file_expand_path.
func RbFileOpen ¶
RbFileOpen calls the Ruby framework function rb_file_open.
func RbFileOpenStr ¶
RbFileOpenStr calls the Ruby framework function rb_file_open_str.
func RbFileSAbsolutePath ¶
RbFileSAbsolutePath calls the Ruby framework function rb_file_s_absolute_path.
func RbFileSExpandPath ¶
RbFileSExpandPath calls the Ruby framework function rb_file_s_expand_path.
func RbFilesystemStrNew ¶
RbFilesystemStrNew calls the Ruby framework function rb_filesystem_str_new.
func RbFilesystemStrNewCstr ¶
RbFilesystemStrNewCstr calls the Ruby framework function rb_filesystem_str_new_cstr.
func RbFindFile ¶
RbFindFile calls the Ruby framework function rb_find_file.
func RbFindFileExt ¶
RbFindFileExt calls the Ruby framework function rb_find_file_ext.
func RbFindFileExtSafe ¶
RbFindFileExtSafe calls the Ruby framework function rb_find_file_ext_safe.
func RbFindFileSafe ¶
RbFindFileSafe calls the Ruby framework function rb_find_file_safe.
func RbFix2long ¶
RbFix2long calls the Ruby framework function rb_fix2long.
func RbFix2short ¶
RbFix2short calls the Ruby framework function rb_fix2short.
func RbFix2uint ¶
RbFix2uint calls the Ruby framework function rb_fix2uint.
func RbFix2ulong ¶
RbFix2ulong calls the Ruby framework function rb_fix2ulong.
func RbFix2ushort ¶
RbFix2ushort calls the Ruby framework function rb_fix2ushort.
func RbFloatNew ¶
RbFloatNew calls the Ruby framework function rb_float_new.
func RbFloatNewInHeap ¶
RbFloatNewInHeap calls the Ruby framework function rb_float_new_in_heap.
func RbFloatValue ¶
RbFloatValue calls the Ruby framework function rb_float_value.
func RbFltRationalize ¶
RbFltRationalize calls the Ruby framework function rb_flt_rationalize.
func RbFltRationalizeWithPrec ¶
RbFltRationalizeWithPrec calls the Ruby framework function rb_flt_rationalize_with_prec.
func RbFrameCallee ¶
func RbFrameCallee() int
RbFrameCallee calls the Ruby framework function rb_frame_callee.
func RbFrameMethodIdAndClass ¶
RbFrameMethodIdAndClass calls the Ruby framework function rb_frame_method_id_and_class.
func RbFrameThisFunc ¶
func RbFrameThisFunc() int
RbFrameThisFunc calls the Ruby framework function rb_frame_this_func.
func RbFreeGenericIvar ¶
func RbFreeGenericIvar(arg int)
RbFreeGenericIvar calls the Ruby framework function rb_free_generic_ivar.
func RbFreeTmpBuffer ¶
RbFreeTmpBuffer calls the Ruby framework function rb_free_tmp_buffer.
func RbFreezeSingletonClass ¶
func RbFreezeSingletonClass(klass int)
RbFreezeSingletonClass calls the Ruby framework function rb_freeze_singleton_class.
func RbFrozenClassP ¶
func RbFrozenClassP(arg int)
RbFrozenClassP calls the Ruby framework function rb_frozen_class_p.
func RbFuncallPassingBlock ¶
RbFuncallPassingBlock calls the Ruby framework function rb_funcall_passing_block.
func RbFuncallWithBlock ¶
RbFuncallWithBlock calls the Ruby framework function rb_funcall_with_block.
func RbFuncallv ¶
RbFuncallv calls the Ruby framework function rb_funcallv.
func RbFuncallvPublic ¶
RbFuncallvPublic calls the Ruby framework function rb_funcallv_public.
func RbGcAdjustMemoryUsage ¶
func RbGcAdjustMemoryUsage(arg int)
RbGcAdjustMemoryUsage calls the Ruby framework function rb_gc_adjust_memory_usage.
func RbGcCallFinalizerAtExit ¶
func RbGcCallFinalizerAtExit()
RbGcCallFinalizerAtExit calls the Ruby framework function rb_gc_call_finalizer_at_exit.
func RbGcCopyFinalizer ¶
RbGcCopyFinalizer calls the Ruby framework function rb_gc_copy_finalizer.
func RbGcDisable ¶
func RbGcDisable() int
RbGcDisable calls the Ruby framework function rb_gc_disable.
func RbGcFinalizeDeferred ¶
func RbGcFinalizeDeferred()
RbGcFinalizeDeferred calls the Ruby framework function rb_gc_finalize_deferred.
func RbGcForceRecycle ¶
func RbGcForceRecycle(arg int)
RbGcForceRecycle calls the Ruby framework function rb_gc_force_recycle.
func RbGcLatestGcInfo ¶
RbGcLatestGcInfo calls the Ruby framework function rb_gc_latest_gc_info.
func RbGcMarkLocations ¶
RbGcMarkLocations calls the Ruby framework function rb_gc_mark_locations.
func RbGcMarkMaybe ¶
func RbGcMarkMaybe(arg int)
RbGcMarkMaybe calls the Ruby framework function rb_gc_mark_maybe.
func RbGcRegisterAddress ¶
func RbGcRegisterAddress() (arg int)
RbGcRegisterAddress calls the Ruby framework function rb_gc_register_address.
func RbGcRegisterMarkObject ¶
func RbGcRegisterMarkObject(arg int)
RbGcRegisterMarkObject calls the Ruby framework function rb_gc_register_mark_object.
func RbGcUnregisterAddress ¶
func RbGcUnregisterAddress() (arg int)
RbGcUnregisterAddress calls the Ruby framework function rb_gc_unregister_address.
func RbGcWritebarrier ¶
RbGcWritebarrier calls the Ruby framework function rb_gc_writebarrier.
func RbGcWritebarrierUnprotect ¶
func RbGcWritebarrierUnprotect(object int)
RbGcWritebarrierUnprotect calls the Ruby framework function rb_gc_writebarrier_unprotect.
func RbGenericIvarTable ¶
func RbGenericIvarTable()
RbGenericIvarTable calls the Ruby framework function rb_generic_ivar_table.
func RbGenrandInt32 ¶
func RbGenrandInt32() int
RbGenrandInt32 calls the Ruby framework function rb_genrand_int32.
func RbGenrandReal ¶
func RbGenrandReal() float64
RbGenrandReal calls the Ruby framework function rb_genrand_real.
func RbGenrandUlongLimited ¶
RbGenrandUlongLimited calls the Ruby framework function rb_genrand_ulong_limited.
func RbGetAllocFunc ¶
RbGetAllocFunc calls the Ruby framework function rb_get_alloc_func.
func RbGetKwargs ¶
func RbGetKwargs(keywordHash int, table unsafe.Pointer, required int, optional int) (result int, arg int)
RbGetKwargs calls the Ruby framework function rb_get_kwargs.
func RbGetPathNoChecksafe ¶
RbGetPathNoChecksafe calls the Ruby framework function rb_get_path_no_checksafe.
func RbGetValuesAt ¶
RbGetValuesAt calls the Ruby framework function rb_get_values_at.
func RbGvarReadonlySetter ¶
RbGvarReadonlySetter calls the Ruby framework function rb_gvar_readonly_setter.
func RbGvarUndefGetter ¶
RbGvarUndefGetter calls the Ruby framework function rb_gvar_undef_getter.
func RbGvarUndefMarker ¶
func RbGvarUndefMarker() (var_ int)
RbGvarUndefMarker calls the Ruby framework function rb_gvar_undef_marker.
func RbGvarUndefSetter ¶
RbGvarUndefSetter calls the Ruby framework function rb_gvar_undef_setter.
func RbGvarValGetter ¶
RbGvarValGetter calls the Ruby framework function rb_gvar_val_getter.
func RbGvarValMarker ¶
func RbGvarValMarker() (var_ int)
RbGvarValMarker calls the Ruby framework function rb_gvar_val_marker.
func RbGvarValSetter ¶
RbGvarValSetter calls the Ruby framework function rb_gvar_val_setter.
func RbGvarVarGetter ¶
RbGvarVarGetter calls the Ruby framework function rb_gvar_var_getter.
func RbGvarVarMarker ¶
func RbGvarVarMarker() (var_ int)
RbGvarVarMarker calls the Ruby framework function rb_gvar_var_marker.
func RbGvarVarSetter ¶
RbGvarVarSetter calls the Ruby framework function rb_gvar_var_setter.
func RbHashAref ¶
RbHashAref calls the Ruby framework function rb_hash_aref.
func RbHashAset ¶
RbHashAset calls the Ruby framework function rb_hash_aset.
func RbHashBulkInsertIntoStTable ¶
RbHashBulkInsertIntoStTable calls the Ruby framework function rb_hash_bulk_insert_into_st_table.
func RbHashClear ¶
RbHashClear calls the Ruby framework function rb_hash_clear.
func RbHashDelete ¶
RbHashDelete calls the Ruby framework function rb_hash_delete.
func RbHashDeleteIf ¶
RbHashDeleteIf calls the Ruby framework function rb_hash_delete_if.
func RbHashFetch ¶
RbHashFetch calls the Ruby framework function rb_hash_fetch.
func RbHashForeach ¶
RbHashForeach calls the Ruby framework function rb_hash_foreach.
func RbHashFree ¶
func RbHashFree(arg int)
RbHashFree calls the Ruby framework function rb_hash_free.
func RbHashFreeze ¶
RbHashFreeze calls the Ruby framework function rb_hash_freeze.
func RbHashIfnone ¶
func RbHashIfnone()
RbHashIfnone calls the Ruby framework function rb_hash_ifnone.
func RbHashIterLev ¶
func RbHashIterLev()
RbHashIterLev calls the Ruby framework function rb_hash_iter_lev.
func RbHashLookup ¶
RbHashLookup calls the Ruby framework function rb_hash_lookup.
func RbHashLookup2 ¶
RbHashLookup2 calls the Ruby framework function rb_hash_lookup2.
func RbHashSetIfnone ¶
RbHashSetIfnone calls the Ruby framework function rb_hash_set_ifnone.
func RbHashSize ¶
RbHashSize calls the Ruby framework function rb_hash_size.
func RbHashSizeNum ¶
RbHashSizeNum calls the Ruby framework function rb_hash_size_num.
func RbHashStart ¶
RbHashStart calls the Ruby framework function rb_hash_start.
func RbHashUint ¶
RbHashUint calls the Ruby framework function rb_hash_uint.
func RbHashUint32 ¶
RbHashUint32 calls the Ruby framework function rb_hash_uint32.
func RbHashUpdateBy ¶
RbHashUpdateBy calls the Ruby framework function rb_hash_update_by.
func RbIdAttrset ¶
RbIdAttrset calls the Ruby framework function rb_id_attrset.
func RbIncludeModule ¶
RbIncludeModule calls the Ruby framework function rb_include_module.
func RbInsecureOperation ¶
func RbInsecureOperation()
RbInsecureOperation calls the Ruby framework function rb_insecure_operation.
func RbInt2inum ¶
RbInt2inum calls the Ruby framework function rb_int2inum.
func RbIntegerPack ¶
func RbIntegerPack(val int, words unsafe.Pointer, numwords int, wordsize int, nails int, flags int) int
RbIntegerPack calls the Ruby framework function rb_integer_pack.
func RbIntegerUnpack ¶
RbIntegerUnpack calls the Ruby framework function rb_integer_unpack.
func RbInternStr ¶
RbInternStr calls the Ruby framework function rb_intern_str.
func RbInvalidStr ¶
RbInvalidStr calls the Ruby framework function rb_invalid_str.
func RbIoAddstr ¶
RbIoAddstr calls the Ruby framework function rb_io_addstr.
func RbIoAscii8bitBinmode ¶
RbIoAscii8bitBinmode calls the Ruby framework function rb_io_ascii8bit_binmode.
func RbIoBinmode ¶
RbIoBinmode calls the Ruby framework function rb_io_binmode.
func RbIoFdopen ¶
RbIoFdopen calls the Ruby framework function rb_io_fdopen.
func RbIoGetbyte ¶
RbIoGetbyte calls the Ruby framework function rb_io_getbyte.
func RbIoPrintf ¶
RbIoPrintf calls the Ruby framework function rb_io_printf.
func RbIoUngetbyte ¶
RbIoUngetbyte calls the Ruby framework function rb_io_ungetbyte.
func RbIoUngetc ¶
RbIoUngetc calls the Ruby framework function rb_io_ungetc.
func RbIsAbsolutePath ¶
RbIsAbsolutePath calls the Ruby framework function rb_is_absolute_path.
func RbIsAttrsetId ¶
RbIsAttrsetId calls the Ruby framework function rb_is_attrset_id.
func RbIsClassId ¶
RbIsClassId calls the Ruby framework function rb_is_class_id.
func RbIsConstId ¶
RbIsConstId calls the Ruby framework function rb_is_const_id.
func RbIsGlobalId ¶
RbIsGlobalId calls the Ruby framework function rb_is_global_id.
func RbIsInstanceId ¶
RbIsInstanceId calls the Ruby framework function rb_is_instance_id.
func RbIsJunkId ¶
RbIsJunkId calls the Ruby framework function rb_is_junk_id.
func RbIsLocalId ¶
RbIsLocalId calls the Ruby framework function rb_is_local_id.
func RbIsxdigit ¶
RbIsxdigit calls the Ruby framework function rb_isxdigit.
func RbIterBreakValue ¶
func RbIterBreakValue(arg int)
RbIterBreakValue calls the Ruby framework function rb_iter_break_value.
func RbIvarCount ¶
RbIvarCount calls the Ruby framework function rb_ivar_count.
func RbIvarDefined ¶
RbIvarDefined calls the Ruby framework function rb_ivar_defined.
func RbIvarForeach ¶
RbIvarForeach calls the Ruby framework function rb_ivar_foreach.
func RbLastStatusGet ¶
func RbLastStatusGet() int
RbLastStatusGet calls the Ruby framework function rb_last_status_get.
func RbLastStatusSet ¶
RbLastStatusSet calls the Ruby framework function rb_last_status_set.
func RbLastlineGet ¶
func RbLastlineGet() int
RbLastlineGet calls the Ruby framework function rb_lastline_get.
func RbLastlineSet ¶
func RbLastlineSet(arg int)
RbLastlineSet calls the Ruby framework function rb_lastline_set.
func RbLoadFile ¶
RbLoadFile calls the Ruby framework function rb_load_file.
func RbLoadFileStr ¶
RbLoadFileStr calls the Ruby framework function rb_load_file_str.
func RbLoadProtect ¶
RbLoadProtect calls the Ruby framework function rb_load_protect.
func RbLocaleStrNew ¶
RbLocaleStrNew calls the Ruby framework function rb_locale_str_new.
func RbLocaleStrNewCstr ¶
RbLocaleStrNewCstr calls the Ruby framework function rb_locale_str_new_cstr.
func RbLong2intInline ¶
RbLong2intInline calls the Ruby framework function rb_long2int_inline.
func RbLong2numInline ¶
RbLong2numInline calls the Ruby framework function rb_long2num_inline.
func RbMakeBacktrace ¶
func RbMakeBacktrace() int
RbMakeBacktrace calls the Ruby framework function rb_make_backtrace.
func RbMakeException ¶
RbMakeException calls the Ruby framework function rb_make_exception.
func RbMarkHash ¶
RbMarkHash calls the Ruby framework function rb_mark_hash.
func RbMarshalDefineCompat ¶
func RbMarshalDefineCompat(newclass int, oldclass int, dumper unsafe.Pointer, loader unsafe.Pointer)
RbMarshalDefineCompat calls the Ruby framework function rb_marshal_define_compat.
func RbMarshalDump ¶
RbMarshalDump calls the Ruby framework function rb_marshal_dump.
func RbMarshalLoad ¶
RbMarshalLoad calls the Ruby framework function rb_marshal_load.
func RbMatchBusy ¶
func RbMatchBusy(arg int)
RbMatchBusy calls the Ruby framework function rb_match_busy.
func RbMemClear ¶
RbMemClear calls the Ruby framework function rb_mem_clear.
func RbMemcicmp ¶
RbMemcicmp calls the Ruby framework function rb_memcicmp.
func RbMethodBasicDefinitionP ¶
RbMethodBasicDefinitionP calls the Ruby framework function rb_method_basic_definition_p.
func RbMethodBoundp ¶
RbMethodBoundp calls the Ruby framework function rb_method_boundp.
func RbMethodCall ¶
RbMethodCall calls the Ruby framework function rb_method_call.
func RbMethodCallWithBlock ¶
RbMethodCallWithBlock calls the Ruby framework function rb_method_call_with_block.
func RbModAncestors ¶
RbModAncestors calls the Ruby framework function rb_mod_ancestors.
func RbModClassVariables ¶
RbModClassVariables calls the Ruby framework function rb_mod_class_variables.
func RbModConstAt ¶
RbModConstAt calls the Ruby framework function rb_mod_const_at.
func RbModConstMissing ¶
RbModConstMissing calls the Ruby framework function rb_mod_const_missing.
func RbModConstOf ¶
RbModConstOf calls the Ruby framework function rb_mod_const_of.
func RbModConstants ¶
RbModConstants calls the Ruby framework function rb_mod_constants.
func RbModIncludeP ¶
RbModIncludeP calls the Ruby framework function rb_mod_include_p.
func RbModIncludedModules ¶
RbModIncludedModules calls the Ruby framework function rb_mod_included_modules.
func RbModInitCopy ¶
RbModInitCopy calls the Ruby framework function rb_mod_init_copy.
func RbModMethodArity ¶
RbModMethodArity calls the Ruby framework function rb_mod_method_arity.
func RbModModuleEval ¶
RbModModuleEval calls the Ruby framework function rb_mod_module_eval.
func RbModModuleExec ¶
RbModModuleExec calls the Ruby framework function rb_mod_module_exec.
func RbModRemoveConst ¶
RbModRemoveConst calls the Ruby framework function rb_mod_remove_const.
func RbModRemoveCvar ¶
RbModRemoveCvar calls the Ruby framework function rb_mod_remove_cvar.
func RbModSysFail ¶
RbModSysFail calls the Ruby framework function rb_mod_sys_fail.
func RbModSysFailStr ¶
RbModSysFailStr calls the Ruby framework function rb_mod_sys_fail_str.
func RbModSyserrFail ¶
RbModSyserrFail calls the Ruby framework function rb_mod_syserr_fail.
func RbModSyserrFailStr ¶
RbModSyserrFailStr calls the Ruby framework function rb_mod_syserr_fail_str.
func RbModuleNew ¶
func RbModuleNew() int
RbModuleNew calls the Ruby framework function rb_module_new.
func RbMulSizeOverflow ¶
RbMulSizeOverflow calls the Ruby framework function rb_mul_size_overflow.
func RbMustAsciicompat ¶
func RbMustAsciicompat(arg int)
RbMustAsciicompat calls the Ruby framework function rb_must_asciicompat.
func RbMutexLock ¶
RbMutexLock calls the Ruby framework function rb_mutex_lock.
func RbMutexLockedP ¶
RbMutexLockedP calls the Ruby framework function rb_mutex_locked_p.
func RbMutexSleep ¶
RbMutexSleep calls the Ruby framework function rb_mutex_sleep.
func RbMutexSynchronize ¶
RbMutexSynchronize calls the Ruby framework function rb_mutex_synchronize.
func RbMutexTrylock ¶
RbMutexTrylock calls the Ruby framework function rb_mutex_trylock.
func RbMutexUnlock ¶
RbMutexUnlock calls the Ruby framework function rb_mutex_unlock.
func RbNameClass ¶
RbNameClass calls the Ruby framework function rb_name_class.
func RbNewobjOf ¶
RbNewobjOf calls the Ruby framework function rb_newobj_of.
func RbNotimplement ¶
func RbNotimplement()
RbNotimplement calls the Ruby framework function rb_notimplement.
func RbNum2charInline ¶
RbNum2charInline calls the Ruby framework function rb_num2char_inline.
func RbNum2intInline ¶
RbNum2intInline calls the Ruby framework function rb_num2int_inline.
func RbNum2llInline ¶
RbNum2llInline calls the Ruby framework function rb_num2ll_inline.
func RbNum2long ¶
RbNum2long calls the Ruby framework function rb_num2long.
func RbNum2longInline ¶
RbNum2longInline calls the Ruby framework function rb_num2long_inline.
func RbNum2short ¶
RbNum2short calls the Ruby framework function rb_num2short.
func RbNum2shortInline ¶
RbNum2shortInline calls the Ruby framework function rb_num2short_inline.
func RbNum2uint ¶
RbNum2uint calls the Ruby framework function rb_num2uint.
func RbNum2ulong ¶
RbNum2ulong calls the Ruby framework function rb_num2ulong.
func RbNum2ulongInline ¶
RbNum2ulongInline calls the Ruby framework function rb_num2ulong_inline.
func RbNum2ushort ¶
RbNum2ushort calls the Ruby framework function rb_num2ushort.
func RbNumCoerceBin ¶
RbNumCoerceBin calls the Ruby framework function rb_num_coerce_bin.
func RbNumCoerceBit ¶
RbNumCoerceBit calls the Ruby framework function rb_num_coerce_bit.
func RbNumCoerceCmp ¶
RbNumCoerceCmp calls the Ruby framework function rb_num_coerce_cmp.
func RbNumCoerceRelop ¶
RbNumCoerceRelop calls the Ruby framework function rb_num_coerce_relop.
func RbNumZerodiv ¶
func RbNumZerodiv()
RbNumZerodiv calls the Ruby framework function rb_num_zerodiv.
func RbObjAlloc ¶
RbObjAlloc calls the Ruby framework function rb_obj_alloc.
func RbObjAsString ¶
RbObjAsString calls the Ruby framework function rb_obj_as_string.
func RbObjCallInit ¶
RbObjCallInit calls the Ruby framework function rb_obj_call_init.
func RbObjClass ¶
RbObjClass calls the Ruby framework function rb_obj_class.
func RbObjClassname ¶
RbObjClassname calls the Ruby framework function rb_obj_classname.
func RbObjClone ¶
RbObjClone calls the Ruby framework function rb_obj_clone.
func RbObjFreeze ¶
RbObjFreeze calls the Ruby framework function rb_obj_freeze.
func RbObjFreezeInline ¶
func RbObjFreezeInline(x int)
RbObjFreezeInline calls the Ruby framework function rb_obj_freeze_inline.
func RbObjFrozenP ¶
RbObjFrozenP calls the Ruby framework function rb_obj_frozen_p.
func RbObjInfect ¶
RbObjInfect calls the Ruby framework function rb_obj_infect.
func RbObjInitCopy ¶
RbObjInitCopy calls the Ruby framework function rb_obj_init_copy.
func RbObjInstanceEval ¶
RbObjInstanceEval calls the Ruby framework function rb_obj_instance_eval.
func RbObjInstanceExec ¶
RbObjInstanceExec calls the Ruby framework function rb_obj_instance_exec.
func RbObjInstanceVariables ¶
RbObjInstanceVariables calls the Ruby framework function rb_obj_instance_variables.
func RbObjIsInstanceOf ¶
RbObjIsInstanceOf calls the Ruby framework function rb_obj_is_instance_of.
func RbObjIsKindOf ¶
RbObjIsKindOf calls the Ruby framework function rb_obj_is_kind_of.
func RbObjIsMethod ¶
RbObjIsMethod calls the Ruby framework function rb_obj_is_method.
func RbObjIsProc ¶
RbObjIsProc calls the Ruby framework function rb_obj_is_proc.
func RbObjMethod ¶
RbObjMethod calls the Ruby framework function rb_obj_method.
func RbObjMethodArity ¶
RbObjMethodArity calls the Ruby framework function rb_obj_method_arity.
func RbObjRemoveInstanceVariable ¶
RbObjRemoveInstanceVariable calls the Ruby framework function rb_obj_remove_instance_variable.
func RbObjRespondTo ¶
RbObjRespondTo calls the Ruby framework function rb_obj_respond_to.
func RbObjReveal ¶
RbObjReveal calls the Ruby framework function rb_obj_reveal.
func RbObjSetup ¶
RbObjSetup calls the Ruby framework function rb_obj_setup.
func RbObjSingletonMethods ¶
RbObjSingletonMethods calls the Ruby framework function rb_obj_singleton_methods.
func RbObjTaint ¶
RbObjTaint calls the Ruby framework function rb_obj_taint.
func RbObjTainted ¶
RbObjTainted calls the Ruby framework function rb_obj_tainted.
func RbObjTrust ¶
RbObjTrust calls the Ruby framework function rb_obj_trust.
func RbObjUntaint ¶
RbObjUntaint calls the Ruby framework function rb_obj_untaint.
func RbObjUntrust ¶
RbObjUntrust calls the Ruby framework function rb_obj_untrust.
func RbObjUntrusted ¶
RbObjUntrusted calls the Ruby framework function rb_obj_untrusted.
func RbObjWbUnprotect ¶
RbObjWbUnprotect calls the Ruby framework function rb_obj_wb_unprotect.
func RbObjWrite ¶
RbObjWrite calls the Ruby framework function rb_obj_write.
func RbObjWritten ¶
RbObjWritten calls the Ruby framework function rb_obj_written.
func RbOutOfInt ¶
func RbOutOfInt(num int)
RbOutOfInt calls the Ruby framework function rb_out_of_int.
func RbPath2class ¶
RbPath2class calls the Ruby framework function rb_path2class.
func RbPathCheck ¶
RbPathCheck calls the Ruby framework function rb_path_check.
func RbPathToClass ¶
RbPathToClass calls the Ruby framework function rb_path_to_class.
func RbPrependModule ¶
RbPrependModule calls the Ruby framework function rb_prepend_module.
func RbProcArity ¶
RbProcArity calls the Ruby framework function rb_proc_arity.
func RbProcCall ¶
RbProcCall calls the Ruby framework function rb_proc_call.
func RbProcCallWithBlock ¶
RbProcCallWithBlock calls the Ruby framework function rb_proc_call_with_block.
func RbProcExec ¶
RbProcExec calls the Ruby framework function rb_proc_exec.
func RbProcLambdaP ¶
RbProcLambdaP calls the Ruby framework function rb_proc_lambda_p.
func RbProcTimes ¶
RbProcTimes calls the Ruby framework function rb_proc_times.
func RbProvided ¶
RbProvided calls the Ruby framework function rb_provided.
func RbRandomBytes ¶
RbRandomBytes calls the Ruby framework function rb_random_bytes.
func RbRandomInt ¶
RbRandomInt calls the Ruby framework function rb_random_int.
func RbRandomInt32 ¶
RbRandomInt32 calls the Ruby framework function rb_random_int32.
func RbRandomReal ¶
RbRandomReal calls the Ruby framework function rb_random_real.
func RbRandomUlongLimited ¶
RbRandomUlongLimited calls the Ruby framework function rb_random_ulong_limited.
func RbRangeBegLen ¶
RbRangeBegLen calls the Ruby framework function rb_range_beg_len.
func RbRangeNew ¶
RbRangeNew calls the Ruby framework function rb_range_new.
func RbRangeValues ¶
RbRangeValues calls the Ruby framework function rb_range_values.
func RbRational ¶
RbRational calls the Ruby framework function rb_Rational.
func RbRationalDen ¶
RbRationalDen calls the Ruby framework function rb_rational_den.
func RbRationalNew ¶
RbRationalNew calls the Ruby framework function rb_rational_new.
func RbRationalNum ¶
RbRationalNum calls the Ruby framework function rb_rational_num.
func RbRationalRaw ¶
RbRationalRaw calls the Ruby framework function rb_rational_raw.
func RbReadwriteSysFail ¶
func RbReadwriteSysFail(arg RbIOWaitReadwrite, arg2 string)
RbReadwriteSysFail calls the Ruby framework function rb_readwrite_sys_fail.
func RbReadwriteSyserrFail ¶
func RbReadwriteSyserrFail(arg RbIOWaitReadwrite, arg2 int, arg3 string)
RbReadwriteSyserrFail calls the Ruby framework function rb_readwrite_syserr_fail.
func RbRegBackrefNumber ¶
RbRegBackrefNumber calls the Ruby framework function rb_reg_backref_number.
func RbRegInitStr ¶
RbRegInitStr calls the Ruby framework function rb_reg_init_str.
func RbRegLastMatch ¶
RbRegLastMatch calls the Ruby framework function rb_reg_last_match.
func RbRegMatch ¶
RbRegMatch calls the Ruby framework function rb_reg_match.
func RbRegMatch2 ¶
RbRegMatch2 calls the Ruby framework function rb_reg_match2.
func RbRegMatchLast ¶
RbRegMatchLast calls the Ruby framework function rb_reg_match_last.
func RbRegMatchPost ¶
RbRegMatchPost calls the Ruby framework function rb_reg_match_post.
func RbRegMatchPre ¶
RbRegMatchPre calls the Ruby framework function rb_reg_match_pre.
func RbRegNewStr ¶
RbRegNewStr calls the Ruby framework function rb_reg_new_str.
func RbRegNthDefined ¶
RbRegNthDefined calls the Ruby framework function rb_reg_nth_defined.
func RbRegNthMatch ¶
RbRegNthMatch calls the Ruby framework function rb_reg_nth_match.
func RbRegOptions ¶
RbRegOptions calls the Ruby framework function rb_reg_options.
func RbRemoveEventHook ¶
RbRemoveEventHook calls the Ruby framework function rb_remove_event_hook.
func RbRemoveMethod ¶
RbRemoveMethod calls the Ruby framework function rb_remove_method.
func RbRemoveMethodId ¶
RbRemoveMethodId calls the Ruby framework function rb_remove_method_id.
func RbRequireSafe ¶
RbRequireSafe calls the Ruby framework function rb_require_safe.
func RbReservedFdP ¶
RbReservedFdP calls the Ruby framework function rb_reserved_fd_p.
func RbResetRandomSeed ¶
func RbResetRandomSeed()
RbResetRandomSeed calls the Ruby framework function rb_reset_random_seed.
func RbRespondTo ¶
RbRespondTo calls the Ruby framework function rb_respond_to.
func RbRubyDebugPtr ¶
RbRubyDebugPtr calls the Ruby framework function rb_ruby_debug_ptr.
func RbRubyVerbosePtr ¶
RbRubyVerbosePtr calls the Ruby framework function rb_ruby_verbose_ptr.
func RbSafeLevel ¶
func RbSafeLevel() int
RbSafeLevel calls the Ruby framework function rb_safe_level.
func RbSecureUpdate ¶
func RbSecureUpdate(arg int)
RbSecureUpdate calls the Ruby framework function rb_secure_update.
func RbSetClassPath ¶
RbSetClassPath calls the Ruby framework function rb_set_class_path.
func RbSetClassPathString ¶
RbSetClassPathString calls the Ruby framework function rb_set_class_path_string.
func RbSetEndProc ¶
RbSetEndProc calls the Ruby framework function rb_set_end_proc.
func RbSetErrinfo ¶
func RbSetErrinfo(arg int)
RbSetErrinfo calls the Ruby framework function rb_set_errinfo.
func RbSetSafeLevel ¶
func RbSetSafeLevel(arg int)
RbSetSafeLevel calls the Ruby framework function rb_set_safe_level.
func RbSetSafeLevelForce ¶
func RbSetSafeLevelForce(arg int)
RbSetSafeLevelForce calls the Ruby framework function rb_set_safe_level_force.
func RbSingletonClass ¶
RbSingletonClass calls the Ruby framework function rb_singleton_class.
func RbSingletonClassAttached ¶
RbSingletonClassAttached calls the Ruby framework function rb_singleton_class_attached.
func RbSingletonClassClone ¶
RbSingletonClassClone calls the Ruby framework function rb_singleton_class_clone.
func RbSourcefile ¶
func RbSourcefile() string
RbSourcefile calls the Ruby framework function rb_sourcefile.
func RbSourceline ¶
func RbSourceline() int
RbSourceline calls the Ruby framework function rb_sourceline.
func RbSpawnErr ¶
RbSpawnErr calls the Ruby framework function rb_spawn_err.
func RbStr2inum ¶
RbStr2inum calls the Ruby framework function rb_str2inum.
func RbStrAppend ¶
RbStrAppend calls the Ruby framework function rb_str_append.
func RbStrAssociate ¶
func RbStrAssociate()
RbStrAssociate calls the Ruby framework function rb_str_associate.
func RbStrAssociated ¶
func RbStrAssociated()
RbStrAssociated calls the Ruby framework function rb_str_associated.
func RbStrBufAppend ¶
RbStrBufAppend calls the Ruby framework function rb_str_buf_append.
func RbStrBufCat ¶
RbStrBufCat calls the Ruby framework function rb_str_buf_cat.
func RbStrBufCat2 ¶
RbStrBufCat2 calls the Ruby framework function rb_str_buf_cat2.
func RbStrBufCatAscii ¶
RbStrBufCatAscii calls the Ruby framework function rb_str_buf_cat_ascii.
func RbStrBufNew ¶
RbStrBufNew calls the Ruby framework function rb_str_buf_new.
func RbStrBufNew2 ¶
RbStrBufNew2 calls the Ruby framework function rb_str_buf_new2.
func RbStrBufNewCstr ¶
RbStrBufNewCstr calls the Ruby framework function rb_str_buf_new_cstr.
func RbStrCapacity ¶
RbStrCapacity calls the Ruby framework function rb_str_capacity.
func RbStrCatCstr ¶
RbStrCatCstr calls the Ruby framework function rb_str_cat_cstr.
func RbStrComparable ¶
RbStrComparable calls the Ruby framework function rb_str_comparable.
func RbStrConcat ¶
RbStrConcat calls the Ruby framework function rb_str_concat.
func RbStrDropBytes ¶
RbStrDropBytes calls the Ruby framework function rb_str_drop_bytes.
func RbStrDupFrozen ¶
RbStrDupFrozen calls the Ruby framework function rb_str_dup_frozen.
func RbStrEllipsize ¶
RbStrEllipsize calls the Ruby framework function rb_str_ellipsize.
func RbStrEncodeOspath ¶
RbStrEncodeOspath calls the Ruby framework function rb_str_encode_ospath.
func RbStrEqual ¶
RbStrEqual calls the Ruby framework function rb_str_equal.
func RbStrExport ¶
RbStrExport calls the Ruby framework function rb_str_export.
func RbStrExportLocale ¶
RbStrExportLocale calls the Ruby framework function rb_str_export_locale.
func RbStrFormat ¶
RbStrFormat calls the Ruby framework function rb_str_format.
func RbStrFreeze ¶
RbStrFreeze calls the Ruby framework function rb_str_freeze.
func RbStrHashCmp ¶
RbStrHashCmp calls the Ruby framework function rb_str_hash_cmp.
func RbStrInspect ¶
RbStrInspect calls the Ruby framework function rb_str_inspect.
func RbStrIntern ¶
RbStrIntern calls the Ruby framework function rb_str_intern.
func RbStrLength ¶
RbStrLength calls the Ruby framework function rb_str_length.
func RbStrLocktmp ¶
RbStrLocktmp calls the Ruby framework function rb_str_locktmp.
func RbStrModify ¶
func RbStrModify(arg int)
RbStrModify calls the Ruby framework function rb_str_modify.
func RbStrModifyExpand ¶
RbStrModifyExpand calls the Ruby framework function rb_str_modify_expand.
func RbStrNewCstr ¶
RbStrNewCstr calls the Ruby framework function rb_str_new_cstr.
func RbStrNewFrozen ¶
RbStrNewFrozen calls the Ruby framework function rb_str_new_frozen.
func RbStrNewShared ¶
RbStrNewShared calls the Ruby framework function rb_str_new_shared.
func RbStrNewStatic ¶
RbStrNewStatic calls the Ruby framework function rb_str_new_static.
func RbStrNewWithClass ¶
RbStrNewWithClass calls the Ruby framework function rb_str_new_with_class.
func RbStrOffset ¶
RbStrOffset calls the Ruby framework function rb_str_offset.
func RbStrReplace ¶
RbStrReplace calls the Ruby framework function rb_str_replace.
func RbStrResize ¶
RbStrResize calls the Ruby framework function rb_str_resize.
func RbStrResurrect ¶
RbStrResurrect calls the Ruby framework function rb_str_resurrect.
func RbStrScrub ¶
RbStrScrub calls the Ruby framework function rb_str_scrub.
func RbStrSetLen ¶
RbStrSetLen calls the Ruby framework function rb_str_set_len.
func RbStrSetter ¶
RbStrSetter calls the Ruby framework function rb_str_setter.
func RbStrSharedReplace ¶
RbStrSharedReplace calls the Ruby framework function rb_str_shared_replace.
func RbStrSplit ¶
RbStrSplit calls the Ruby framework function rb_str_split.
func RbStrStrlen ¶
RbStrStrlen calls the Ruby framework function rb_str_strlen.
func RbStrSublen ¶
RbStrSublen calls the Ruby framework function rb_str_sublen.
func RbStrSubpos ¶
RbStrSubpos calls the Ruby framework function rb_str_subpos.
func RbStrSubseq ¶
RbStrSubseq calls the Ruby framework function rb_str_subseq.
func RbStrSubstr ¶
RbStrSubstr calls the Ruby framework function rb_str_substr.
func RbStrTimes ¶
RbStrTimes calls the Ruby framework function rb_str_times.
func RbStrTmpNew ¶
RbStrTmpNew calls the Ruby framework function rb_str_tmp_new.
func RbStrToDbl ¶
RbStrToDbl calls the Ruby framework function rb_str_to_dbl.
func RbStrToInum ¶
RbStrToInum calls the Ruby framework function rb_str_to_inum.
func RbStrToStr ¶
RbStrToStr calls the Ruby framework function rb_str_to_str.
func RbStrUnlocktmp ¶
RbStrUnlocktmp calls the Ruby framework function rb_str_unlocktmp.
func RbStrUpdate ¶
RbStrUpdate calls the Ruby framework function rb_str_update.
func RbStrVcatf ¶
RbStrVcatf calls the Ruby framework function rb_str_vcatf.
func RbStringValue ¶
RbStringValue calls the Ruby framework function rb_string_value.
func RbStringValueCstr ¶
RbStringValueCstr calls the Ruby framework function rb_string_value_cstr.
func RbStringValuePtr ¶
RbStringValuePtr calls the Ruby framework function rb_string_value_ptr.
func RbStructAlloc ¶
RbStructAlloc calls the Ruby framework function rb_struct_alloc.
func RbStructAllocNoinit ¶
RbStructAllocNoinit calls the Ruby framework function rb_struct_alloc_noinit.
func RbStructAref ¶
RbStructAref calls the Ruby framework function rb_struct_aref.
func RbStructAset ¶
RbStructAset calls the Ruby framework function rb_struct_aset.
func RbStructGetmember ¶
RbStructGetmember calls the Ruby framework function rb_struct_getmember.
func RbStructInitialize ¶
RbStructInitialize calls the Ruby framework function rb_struct_initialize.
func RbStructMembers ¶
RbStructMembers calls the Ruby framework function rb_struct_members.
func RbStructSMembers ¶
RbStructSMembers calls the Ruby framework function rb_struct_s_members.
func RbStructSize ¶
RbStructSize calls the Ruby framework function rb_struct_size.
func RbSymAllSymbols ¶
func RbSymAllSymbols() int
RbSymAllSymbols calls the Ruby framework function rb_sym_all_symbols.
func RbSymInternedP ¶
RbSymInternedP calls the Ruby framework function rb_sym_interned_p.
func RbSymnameP ¶
RbSymnameP calls the Ruby framework function rb_symname_p.
func RbSysFail ¶
func RbSysFail(arg string)
RbSysFail calls the Ruby framework function rb_sys_fail.
func RbSysFailStr ¶
func RbSysFailStr(arg int)
RbSysFailStr calls the Ruby framework function rb_sys_fail_str.
func RbSyserrFail ¶
RbSyserrFail calls the Ruby framework function rb_syserr_fail.
func RbSyserrFailStr ¶
RbSyserrFailStr calls the Ruby framework function rb_syserr_fail_str.
func RbSyserrNew ¶
RbSyserrNew calls the Ruby framework function rb_syserr_new.
func RbSyserrNewStr ¶
RbSyserrNewStr calls the Ruby framework function rb_syserr_new_str.
func RbTaintedStrNew ¶
RbTaintedStrNew calls the Ruby framework function rb_tainted_str_new.
func RbTaintedStrNewCstr ¶
RbTaintedStrNewCstr calls the Ruby framework function rb_tainted_str_new_cstr.
func RbThreadAlone ¶
func RbThreadAlone() int
RbThreadAlone calls the Ruby framework function rb_thread_alone.
func RbThreadAtfork ¶
func RbThreadAtfork()
RbThreadAtfork calls the Ruby framework function rb_thread_atfork.
func RbThreadAtforkBeforeExec ¶
func RbThreadAtforkBeforeExec()
RbThreadAtforkBeforeExec calls the Ruby framework function rb_thread_atfork_before_exec.
func RbThreadCheckInts ¶
func RbThreadCheckInts()
RbThreadCheckInts calls the Ruby framework function rb_thread_check_ints.
func RbThreadCreate ¶
RbThreadCreate calls the Ruby framework function rb_thread_create.
func RbThreadCurrent ¶
func RbThreadCurrent() int
RbThreadCurrent calls the Ruby framework function rb_thread_current.
func RbThreadFdClose ¶
func RbThreadFdClose(arg int)
RbThreadFdClose calls the Ruby framework function rb_thread_fd_close.
func RbThreadFdSelect ¶
func RbThreadFdSelect(arg int, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 unsafe.Pointer, arg5 unsafe.Pointer) int
RbThreadFdSelect calls the Ruby framework function rb_thread_fd_select.
func RbThreadFdWritable ¶
RbThreadFdWritable calls the Ruby framework function rb_thread_fd_writable.
func RbThreadInterrupted ¶
RbThreadInterrupted calls the Ruby framework function rb_thread_interrupted.
func RbThreadKill ¶
RbThreadKill calls the Ruby framework function rb_thread_kill.
func RbThreadLocalAref ¶
RbThreadLocalAref calls the Ruby framework function rb_thread_local_aref.
func RbThreadLocalAset ¶
RbThreadLocalAset calls the Ruby framework function rb_thread_local_aset.
func RbThreadMain ¶
func RbThreadMain() int
RbThreadMain calls the Ruby framework function rb_thread_main.
func RbThreadRun ¶
RbThreadRun calls the Ruby framework function rb_thread_run.
func RbThreadSchedule ¶
func RbThreadSchedule()
RbThreadSchedule calls the Ruby framework function rb_thread_schedule.
func RbThreadSleep ¶
func RbThreadSleep(arg int)
RbThreadSleep calls the Ruby framework function rb_thread_sleep.
func RbThreadSleepDeadly ¶
func RbThreadSleepDeadly()
RbThreadSleepDeadly calls the Ruby framework function rb_thread_sleep_deadly.
func RbThreadSleepForever ¶
func RbThreadSleepForever()
RbThreadSleepForever calls the Ruby framework function rb_thread_sleep_forever.
func RbThreadStop ¶
func RbThreadStop() int
RbThreadStop calls the Ruby framework function rb_thread_stop.
func RbThreadWaitFd ¶
func RbThreadWaitFd(arg int)
RbThreadWaitFd calls the Ruby framework function rb_thread_wait_fd.
func RbThreadWaitFor ¶
RbThreadWaitFor calls the Ruby framework function rb_thread_wait_for.
func RbThreadWakeup ¶
RbThreadWakeup calls the Ruby framework function rb_thread_wakeup.
func RbThreadWakeupAlive ¶
RbThreadWakeupAlive calls the Ruby framework function rb_thread_wakeup_alive.
func RbThrowObj ¶
RbThrowObj calls the Ruby framework function rb_throw_obj.
func RbTimeInterval ¶
RbTimeInterval calls the Ruby framework function rb_time_interval.
func RbTimeNanoNew ¶
RbTimeNanoNew calls the Ruby framework function rb_time_nano_new.
func RbTimeNumNew ¶
RbTimeNumNew calls the Ruby framework function rb_time_num_new.
func RbTimeSucc ¶
RbTimeSucc calls the Ruby framework function rb_time_succ.
func RbTimeTimespec ¶
RbTimeTimespec calls the Ruby framework function rb_time_timespec.
func RbTimeTimespecNew ¶
RbTimeTimespecNew calls the Ruby framework function rb_time_timespec_new.
func RbTimeTimeval ¶
RbTimeTimeval calls the Ruby framework function rb_time_timeval.
func RbTimeUtcOffset ¶
RbTimeUtcOffset calls the Ruby framework function rb_time_utc_offset.
func RbTimespecNow ¶
RbTimespecNow calls the Ruby framework function rb_timespec_now.
func RbToSymbol ¶
RbToSymbol calls the Ruby framework function rb_to_symbol.
func RbTypeddataInheritedP ¶
RbTypeddataInheritedP calls the Ruby framework function rb_typeddata_inherited_p.
func RbTypeddataIsKindOf ¶
RbTypeddataIsKindOf calls the Ruby framework function rb_typeddata_is_kind_of.
func RbUint2big ¶
RbUint2big calls the Ruby framework function rb_uint2big.
func RbUint2inum ¶
RbUint2inum calls the Ruby framework function rb_uint2inum.
func RbUll2inum ¶
RbUll2inum calls the Ruby framework function rb_ull2inum.
func RbUlong2numInline ¶
RbUlong2numInline calls the Ruby framework function rb_ulong2num_inline.
func RbUndefAllocFunc ¶
func RbUndefAllocFunc(arg int)
RbUndefAllocFunc calls the Ruby framework function rb_undef_alloc_func.
func RbUndefMethod ¶
RbUndefMethod calls the Ruby framework function rb_undef_method.
func RbUndefineFinalizer ¶
RbUndefineFinalizer calls the Ruby framework function rb_undefine_finalizer.
func RbUpdateMaxFd ¶
func RbUpdateMaxFd(fd int)
RbUpdateMaxFd calls the Ruby framework function rb_update_max_fd.
func RbUsasciiStrNew ¶
RbUsasciiStrNew calls the Ruby framework function rb_usascii_str_new.
func RbUsasciiStrNewCstr ¶
RbUsasciiStrNewCstr calls the Ruby framework function rb_usascii_str_new_cstr.
func RbUsasciiStrNewStatic ¶
RbUsasciiStrNewStatic calls the Ruby framework function rb_usascii_str_new_static.
func RbUtf8StrNew ¶
RbUtf8StrNew calls the Ruby framework function rb_utf8_str_new.
func RbUtf8StrNewCstr ¶
RbUtf8StrNewCstr calls the Ruby framework function rb_utf8_str_new_cstr.
func RbUtf8StrNewStatic ¶
RbUtf8StrNewStatic calls the Ruby framework function rb_utf8_str_new_static.
func RbUvToUtf8 ¶
RbUvToUtf8 calls the Ruby framework function rb_uv_to_utf8.
func RbVarargsBadLength ¶
RbVarargsBadLength calls the Ruby framework function rb_varargs_bad_length.
func RbVsprintf ¶
RbVsprintf calls the Ruby framework function rb_vsprintf.
func RbWriteError ¶
func RbWriteError(arg string)
RbWriteError calls the Ruby framework function rb_write_error.
func RbWriteError2 ¶
RbWriteError2 calls the Ruby framework function rb_write_error2.
func RbYieldBlock ¶
RbYieldBlock calls the Ruby framework function rb_yield_block.
func RbYieldSplat ¶
RbYieldSplat calls the Ruby framework function rb_yield_splat.
func RbYieldValues2 ¶
RbYieldValues2 calls the Ruby framework function rb_yield_values2.
func Rb_cBasicObject ¶
func Rb_cBasicObject() uint
Rb_cBasicObject returns the value of the constant rb_cBasicObject.
func Rb_cBinding ¶
func Rb_cBinding() uint
Rb_cBinding returns the value of the constant rb_cBinding.
func Rb_cComplex ¶
func Rb_cComplex() uint
Rb_cComplex returns the value of the constant rb_cComplex.
func Rb_cEncoding ¶
func Rb_cEncoding() uint
Rb_cEncoding returns the value of the constant rb_cEncoding.
func Rb_cEnumerator ¶
func Rb_cEnumerator() uint
Rb_cEnumerator returns the value of the constant rb_cEnumerator.
func Rb_cFalseClass ¶
func Rb_cFalseClass() uint
Rb_cFalseClass returns the value of the constant rb_cFalseClass.
func Rb_cInteger ¶
func Rb_cInteger() uint
Rb_cInteger returns the value of the constant rb_cInteger.
func Rb_cNameErrorMesg ¶
func Rb_cNameErrorMesg() uint
Rb_cNameErrorMesg returns the value of the constant rb_cNameErrorMesg.
func Rb_cNilClass ¶
func Rb_cNilClass() uint
Rb_cNilClass returns the value of the constant rb_cNilClass.
func Rb_cNumeric ¶
func Rb_cNumeric() uint
Rb_cNumeric returns the value of the constant rb_cNumeric.
func Rb_cRational ¶
func Rb_cRational() uint
Rb_cRational returns the value of the constant rb_cRational.
func Rb_cTrueClass ¶
func Rb_cTrueClass() uint
Rb_cTrueClass returns the value of the constant rb_cTrueClass.
func Rb_cUnboundMethod ¶
func Rb_cUnboundMethod() uint
Rb_cUnboundMethod returns the value of the constant rb_cUnboundMethod.
func Rb_default_rs ¶
func Rb_default_rs() uint
Rb_default_rs returns the value of the constant rb_default_rs.
func Rb_eArgError ¶
func Rb_eArgError() uint
Rb_eArgError returns the value of the constant rb_eArgError.
func Rb_eEOFError ¶
func Rb_eEOFError() uint
Rb_eEOFError returns the value of the constant rb_eEOFError.
func Rb_eEncCompatError ¶
func Rb_eEncCompatError() uint
Rb_eEncCompatError returns the value of the constant rb_eEncCompatError.
func Rb_eEncodingError ¶
func Rb_eEncodingError() uint
Rb_eEncodingError returns the value of the constant rb_eEncodingError.
func Rb_eException ¶
func Rb_eException() uint
Rb_eException returns the value of the constant rb_eException.
func Rb_eFloatDomainError ¶
func Rb_eFloatDomainError() uint
Rb_eFloatDomainError returns the value of the constant rb_eFloatDomainError.
func Rb_eFrozenError ¶
func Rb_eFrozenError() uint
Rb_eFrozenError returns the value of the constant rb_eFrozenError.
func Rb_eIOError ¶
func Rb_eIOError() uint
Rb_eIOError returns the value of the constant rb_eIOError.
func Rb_eIndexError ¶
func Rb_eIndexError() uint
Rb_eIndexError returns the value of the constant rb_eIndexError.
func Rb_eInterrupt ¶
func Rb_eInterrupt() uint
Rb_eInterrupt returns the value of the constant rb_eInterrupt.
func Rb_eKeyError ¶
func Rb_eKeyError() uint
Rb_eKeyError returns the value of the constant rb_eKeyError.
func Rb_eLoadError ¶
func Rb_eLoadError() uint
Rb_eLoadError returns the value of the constant rb_eLoadError.
func Rb_eLocalJumpError ¶
func Rb_eLocalJumpError() uint
Rb_eLocalJumpError returns the value of the constant rb_eLocalJumpError.
func Rb_eMathDomainError ¶
func Rb_eMathDomainError() uint
Rb_eMathDomainError returns the value of the constant rb_eMathDomainError.
func Rb_eNameError ¶
func Rb_eNameError() uint
Rb_eNameError returns the value of the constant rb_eNameError.
func Rb_eNoMemError ¶
func Rb_eNoMemError() uint
Rb_eNoMemError returns the value of the constant rb_eNoMemError.
func Rb_eNoMethodError ¶
func Rb_eNoMethodError() uint
Rb_eNoMethodError returns the value of the constant rb_eNoMethodError.
func Rb_eNotImpError ¶
func Rb_eNotImpError() uint
Rb_eNotImpError returns the value of the constant rb_eNotImpError.
func Rb_eRangeError ¶
func Rb_eRangeError() uint
Rb_eRangeError returns the value of the constant rb_eRangeError.
func Rb_eRegexpError ¶
func Rb_eRegexpError() uint
Rb_eRegexpError returns the value of the constant rb_eRegexpError.
func Rb_eRuntimeError ¶
func Rb_eRuntimeError() uint
Rb_eRuntimeError returns the value of the constant rb_eRuntimeError.
func Rb_eScriptError ¶
func Rb_eScriptError() uint
Rb_eScriptError returns the value of the constant rb_eScriptError.
func Rb_eSecurityError ¶
func Rb_eSecurityError() uint
Rb_eSecurityError returns the value of the constant rb_eSecurityError.
func Rb_eStandardError ¶
func Rb_eStandardError() uint
Rb_eStandardError returns the value of the constant rb_eStandardError.
func Rb_eStopIteration ¶
func Rb_eStopIteration() uint
Rb_eStopIteration returns the value of the constant rb_eStopIteration.
func Rb_eSyntaxError ¶
func Rb_eSyntaxError() uint
Rb_eSyntaxError returns the value of the constant rb_eSyntaxError.
func Rb_eSysStackError ¶
func Rb_eSysStackError() uint
Rb_eSysStackError returns the value of the constant rb_eSysStackError.
func Rb_eSystemCallError ¶
func Rb_eSystemCallError() uint
Rb_eSystemCallError returns the value of the constant rb_eSystemCallError.
func Rb_eSystemExit ¶
func Rb_eSystemExit() uint
Rb_eSystemExit returns the value of the constant rb_eSystemExit.
func Rb_eThreadError ¶
func Rb_eThreadError() uint
Rb_eThreadError returns the value of the constant rb_eThreadError.
func Rb_eTypeError ¶
func Rb_eTypeError() uint
Rb_eTypeError returns the value of the constant rb_eTypeError.
func Rb_eZeroDivError ¶
func Rb_eZeroDivError() uint
Rb_eZeroDivError returns the value of the constant rb_eZeroDivError.
func Rb_mComparable ¶
func Rb_mComparable() uint
Rb_mComparable returns the value of the constant rb_mComparable.
func Rb_mEnumerable ¶
func Rb_mEnumerable() uint
Rb_mEnumerable returns the value of the constant rb_mEnumerable.
func Rb_mFileTest ¶
func Rb_mFileTest() uint
Rb_mFileTest returns the value of the constant rb_mFileTest.
func Rb_mProcess ¶
func Rb_mProcess() uint
Rb_mProcess returns the value of the constant rb_mProcess.
func Rb_mWaitReadable ¶
func Rb_mWaitReadable() uint
Rb_mWaitReadable returns the value of the constant rb_mWaitReadable.
func Rb_mWaitWritable ¶
func Rb_mWaitWritable() uint
Rb_mWaitWritable returns the value of the constant rb_mWaitWritable.
func Rb_output_fs ¶
func Rb_output_fs() uint
Rb_output_fs returns the value of the constant rb_output_fs.
func Rb_output_rs ¶
func Rb_output_rs() uint
Rb_output_rs returns the value of the constant rb_output_rs.
func Script ¶ added in v0.17.0
func Script(name string)
Script calls the Ruby framework function ruby_script.
func SetScriptName ¶ added in v0.17.0
func SetScriptName(name int)
SetScriptName calls the Ruby framework function ruby_set_script_name.
func SetStackSize ¶ added in v0.17.0
func SetStackSize(arg int)
SetStackSize calls the Ruby framework function ruby_set_stack_size.
func ShowCopyright ¶ added in v0.17.0
func ShowCopyright()
ShowCopyright calls the Ruby framework function ruby_show_copyright.
func ShowCopyrightToDie ¶ added in v0.17.0
ShowCopyrightToDie calls the Ruby framework function ruby_show_copyright_to_die.
func ShowVersion ¶ added in v0.17.0
func ShowVersion()
ShowVersion calls the Ruby framework function ruby_show_version.
func SigFinalize ¶ added in v0.17.0
func SigFinalize()
SigFinalize calls the Ruby framework function ruby_sig_finalize.
func SignalName ¶ added in v0.17.0
SignalName calls the Ruby framework function ruby_signal_name.
func StAddDirect ¶
StAddDirect calls the Ruby framework function st_add_direct.
func StCleanupSafe ¶
StCleanupSafe calls the Ruby framework function st_cleanup_safe.
func StDeleteSafe ¶
StDeleteSafe calls the Ruby framework function st_delete_safe.
func StForeachCheck ¶
StForeachCheck calls the Ruby framework function st_foreach_check.
func StForeachSafe ¶
StForeachSafe calls the Ruby framework function st_foreach_safe.
func StFreeTable ¶
StFreeTable calls the Ruby framework function st_free_table.
func StHashStart ¶
StHashStart calls the Ruby framework function st_hash_start.
func StHashUint ¶
StHashUint calls the Ruby framework function st_hash_uint.
func StHashUint32 ¶
StHashUint32 calls the Ruby framework function st_hash_uint32.
func StInitNumtable ¶
StInitNumtable calls the Ruby framework function st_init_numtable.
func StInitNumtableWithSize ¶
StInitNumtableWithSize calls the Ruby framework function st_init_numtable_with_size.
func StInitStrcasetable ¶
StInitStrcasetable calls the Ruby framework function st_init_strcasetable.
func StInitStrcasetableWithSize ¶
StInitStrcasetableWithSize calls the Ruby framework function st_init_strcasetable_with_size.
func StInitStrtable ¶
StInitStrtable calls the Ruby framework function st_init_strtable.
func StInitStrtableWithSize ¶
StInitStrtableWithSize calls the Ruby framework function st_init_strtable_with_size.
func StInitTable ¶
StInitTable calls the Ruby framework function st_init_table.
func StInitTableWithSize ¶
StInitTableWithSize calls the Ruby framework function st_init_table_with_size.
func StKeysCheck ¶
StKeysCheck calls the Ruby framework function st_keys_check.
func StLocaleInsensitiveStrcasecmp ¶
StLocaleInsensitiveStrcasecmp calls the Ruby framework function st_locale_insensitive_strcasecmp.
func StLocaleInsensitiveStrncasecmp ¶
StLocaleInsensitiveStrncasecmp calls the Ruby framework function st_locale_insensitive_strncasecmp.
func StValuesCheck ¶
StValuesCheck calls the Ruby framework function st_values_check.
func StackCheck ¶ added in v0.17.0
func StackCheck() int
StackCheck calls the Ruby framework function ruby_stack_check.
func StackLength ¶ added in v0.17.0
StackLength calls the Ruby framework function ruby_stack_length.
Types ¶
type FlType ¶ added in v0.17.0
type FlType int32
const ( FlTypeFlWbProtected FlType = 32 FlTypeFlPromoted0 FlType = 32 FlTypeFlPromoted1 FlType = 64 FlTypeFlPromoted FlType = 96 FlTypeFlFinalize FlType = 128 FlTypeFlTaint FlType = 256 FlTypeFlUntrusted FlType = 256 FlTypeFlExivar FlType = 1024 FlTypeFlFreeze FlType = 2048 FlTypeFlUshift FlType = 12 FlTypeFlUser0 FlType = 4096 FlTypeFlUser1 FlType = 8192 FlTypeFlUser2 FlType = 16384 FlTypeFlUser3 FlType = 32768 FlTypeFlUser4 FlType = 65536 FlTypeFlUser5 FlType = 131072 FlTypeFlUser6 FlType = 262144 FlTypeFlUser7 FlType = 524288 FlTypeFlUser8 FlType = 1048576 FlTypeFlUser9 FlType = 2097152 FlTypeFlUser10 FlType = 4194304 FlTypeFlUser11 FlType = 8388608 FlTypeFlUser12 FlType = 16777216 FlTypeFlUser13 FlType = 33554432 FlTypeFlUser14 FlType = 67108864 FlTypeFlUser15 FlType = 134217728 FlTypeFlUser16 FlType = 268435456 FlTypeFlUser17 FlType = 536870912 FlTypeFlUser18 FlType = 1073741824 FlTypeFlUser19 FlType = -2147483648 FlTypeFlDupped FlType = 1311 FlTypeFlSingleton FlType = 4096 )
type RClassDeprecated ¶
type RClassDeprecated struct {
Basic RBasic
}
type RTypedData ¶
type RarrayFlags ¶ added in v0.17.0
type RarrayFlags int32
const ( RarrayFlagsEmbedLenMax RarrayFlags = 3 RarrayFlagsEmbedFlag RarrayFlags = 8192 RarrayFlagsEmbedLenMask RarrayFlags = 98304 RarrayFlagsEmbedLenShift RarrayFlags = 15 RarrayFlagsTransientFlag RarrayFlags = 33554432 RarrayFlagsEnumEnd RarrayFlags = 33554433 )
func (RarrayFlags) String ¶ added in v0.17.0
func (e RarrayFlags) String() string
String returns the RarrayFlags constant's name, or its numeric form when the value is not a known constant.
type RbArithmeticSequenceComponentsT ¶
func RbArithmeticSequenceExtract ¶
func RbArithmeticSequenceExtract(arg int) (result int, arg2 RbArithmeticSequenceComponentsT)
RbArithmeticSequenceExtract calls the Ruby framework function rb_arithmetic_sequence_extract.
type RbDataTypeStruct ¶
type RbDataTypeStruct struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*RbDataTypeStruct) AsData ¶ added in v0.18.0
func (u *RbDataTypeStruct) AsData() unsafe.Pointer
AsData returns the data field, read from the backing bytes at offset 56.
func (*RbDataTypeStruct) AsFlags ¶ added in v0.18.0
func (u *RbDataTypeStruct) AsFlags() uint
AsFlags returns the flags field, read from the backing bytes at offset 64.
func (*RbDataTypeStruct) AsParent ¶ added in v0.18.0
func (u *RbDataTypeStruct) AsParent() unsafe.Pointer
AsParent returns the parent field, read from the backing bytes at offset 48.
func (*RbDataTypeStruct) AsWrapStructName ¶ added in v0.18.0
func (u *RbDataTypeStruct) AsWrapStructName() unsafe.Pointer
AsWrapStructName returns the wrap_struct_name field, read from the backing bytes at offset 0.
type RbDataTypeT ¶
type RbDataTypeT = RbDataTypeStruct
RbDataTypeT is an alias for the rb_data_type_struct value type.
type RbGlobalVariable ¶ added in v0.17.0
type RbGlobalVariable struct{}
type RbIOWaitReadwrite ¶ added in v0.17.0
type RbIOWaitReadwrite int32
const ( RbIOWaitReadwriteReadable RbIOWaitReadwrite = 0 RbIOWaitReadwriteWritable RbIOWaitReadwrite = 1 )
func (RbIOWaitReadwrite) String ¶ added in v0.17.0
func (e RbIOWaitReadwrite) String() string
String returns the RbIOWaitReadwrite constant's name, or its numeric form when the value is not a known constant.
type RmoduleFlags ¶ added in v0.17.0
type RmoduleFlags int32
const ( RmoduleFlagsIsOverlaid RmoduleFlags = 16384 RmoduleFlagsIsRefinement RmoduleFlags = 32768 RmoduleFlagsIncludedIntoRefinement RmoduleFlags = 65536 RmoduleFlagsEnumEnd RmoduleFlags = 65537 )
func (RmoduleFlags) String ¶ added in v0.17.0
func (e RmoduleFlags) String() string
String returns the RmoduleFlags constant's name, or its numeric form when the value is not a known constant.
type RobjectFlags ¶ added in v0.17.0
type RobjectFlags int32
const ( RobjectFlagsEmbedLenMax RobjectFlags = 3 RobjectFlagsEmbed RobjectFlags = 8192 RobjectFlagsEnumEnd RobjectFlags = 8193 )
func (RobjectFlags) String ¶ added in v0.17.0
func (e RobjectFlags) String() string
String returns the RobjectFlags constant's name, or its numeric form when the value is not a known constant.
type RstringFlags ¶ added in v0.17.0
type RstringFlags int32
const ( RstringFlagsNoembed RstringFlags = 8192 RstringFlagsEmbedLenMask RstringFlags = 507904 RstringFlagsEmbedLenShift RstringFlags = 14 RstringFlagsEmbedLenMax RstringFlags = 23 RstringFlagsFstr RstringFlags = 536870912 RstringFlagsEnumEnd RstringFlags = 536870913 )
func (RstringFlags) String ¶ added in v0.17.0
func (e RstringFlags) String() string
String returns the RstringFlags constant's name, or its numeric form when the value is not a known constant.
type SpecialConsts ¶ added in v0.17.0
type SpecialConsts int32
const ( RUBY_Qfalse SpecialConsts = 0 RUBY_Qtrue SpecialConsts = 20 RUBY_Qnil SpecialConsts = 8 RUBY_Qundef SpecialConsts = 52 RUBY_IMMEDIATE_MASK SpecialConsts = 7 RUBY_FIXNUM_FLAG SpecialConsts = 1 RUBY_FLONUM_MASK SpecialConsts = 3 RUBY_FLONUM_FLAG SpecialConsts = 2 RUBY_SYMBOL_FLAG SpecialConsts = 12 RUBY_SPECIAL_SHIFT SpecialConsts = 8 )
func (SpecialConsts) String ¶ added in v0.17.0
func (e SpecialConsts) String() string
String returns the SpecialConsts constant's name, or its numeric form when the value is not a known constant.
type StHashType ¶
type StHashType struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*StHashType) AsCompare ¶ added in v0.18.0
func (u *StHashType) AsCompare() func() int32
AsCompare binds the compare C function pointer (offset 0) to a callable Go func, or returns nil when the pointer is null.
func (*StHashType) AsHash ¶ added in v0.18.0
func (u *StHashType) AsHash() func() uint
AsHash binds the hash C function pointer (offset 8) to a callable Go func, or returns nil when the pointer is null.
type StTableEntry ¶
StTableEntry is a handle for the opaque st_table_entry type.
func (StTableEntry) IsNil ¶ added in v0.18.0
func (h StTableEntry) IsNil() bool
IsNil reports whether StTableEntry is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type ValueType ¶ added in v0.17.0
type ValueType int32
const ( ValueTypeNone ValueType = 0 ValueTypeObject ValueType = 1 ValueTypeClass ValueType = 2 ValueTypeModule ValueType = 3 ValueTypeFloat ValueType = 4 ValueTypeString ValueType = 5 ValueTypeRegexp ValueType = 6 ValueTypeArray ValueType = 7 ValueTypeHash ValueType = 8 ValueTypeStruct ValueType = 9 ValueTypeBignum ValueType = 10 ValueTypeFile ValueType = 11 ValueTypeData ValueType = 12 ValueTypeMatch ValueType = 13 ValueTypeComplex ValueType = 14 ValueTypeRational ValueType = 15 ValueTypeNil ValueType = 17 ValueTypeTrue ValueType = 18 ValueTypeFalse ValueType = 19 ValueTypeSymbol ValueType = 20 ValueTypeFixnum ValueType = 21 ValueTypeUndef ValueType = 22 ValueTypeImemo ValueType = 26 ValueTypeNode ValueType = 27 ValueTypeIclass ValueType = 28 ValueTypeZombie ValueType = 29 ValueTypeMask ValueType = 31 )