org.jruby.ext.socket.RubyTCPServer.accept() |
org.jruby.runtime.load.LoadService.addLoadedFeature(String) |
org.jruby.ext.socket.RubyIPSocket.addr() |
org.jruby.RubySymbol.all_symbols(IRubyObject) |
org.jruby.RubyModule.ancestors() |
org.jruby.RubyClassPathVariable.append(IRubyObject) |
org.jruby.RubyHash.aref(IRubyObject)
use RubyHash.op_aref instead
|
org.jruby.RubyArray.aref(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.RubyArray.aset(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.RubyHash.aset(IRubyObject, IRubyObject)
use RubyHash.op_aset instead
|
org.jruby.evaluator.AssignmentVisitor.assign(Ruby, ThreadContext, IRubyObject, Node, IRubyObject, Block, boolean) |
org.jruby.RubyModule.attr_accessor(IRubyObject[]) |
org.jruby.RubyModule.attr_reader(IRubyObject[]) |
org.jruby.ext.socket.RubyUDPSocket.bind(IRubyObject, IRubyObject) |
org.jruby.Ruby.callbackFactory(Class>) |
org.jruby.RubyEnumerable.callEach(Ruby, ThreadContext, IRubyObject, IRubyObject[], Arity, BlockCallback) |
org.jruby.RubyEnumerable.callEach(Ruby, ThreadContext, IRubyObject, IRubyObject[], BlockCallback) |
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String) |
org.jruby.ir.operands.UndefinedValue.callMethod(ThreadContext, int, String) |
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String) |
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String, IRubyObject) |
org.jruby.ir.operands.UndefinedValue.callMethod(ThreadContext, int, String, IRubyObject) |
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String, IRubyObject) |
org.jruby.RubyBasicObject.callSuper(ThreadContext, IRubyObject[], Block) |
org.jruby.ir.operands.UndefinedValue.callSuper(ThreadContext, IRubyObject[], Block) |
org.jruby.runtime.builtin.IRubyObject.callSuper(ThreadContext, IRubyObject[], Block) |
org.jruby.RubyString.cat(byte[], int, int, Encoding, int) |
org.jruby.RubyModule.checkMethodBound(ThreadContext, IRubyObject[], Visibility) |
org.jruby.Ruby.checkSafeString(IRubyObject) |
org.jruby.RubyEnumerable.chunk(ThreadContext, IRubyObject, IRubyObject[], Block) |
org.jruby.javasupport.JavaUtil.coerceJavaObjectToType(ThreadContext, Object, Class) |
org.jruby.javasupport.JavaUtil.coerceNilToType(RubyNil, Class) |
org.jruby.javasupport.JavaUtil.coerceOtherToType(ThreadContext, IRubyObject, Class) |
org.jruby.javasupport.JavaUtil.coerceStringToType(RubyString, Class) |
org.jruby.ext.socket.RubyUDPSocket.connect(IRubyObject, IRubyObject) |
org.jruby.RubyRational.convert(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyComplex.convert(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.javasupport.JavaUtil.convertArgument(Ruby, Object, Class>) |
org.jruby.javasupport.JavaUtil.convertArgumentToType(ThreadContext, IRubyObject, Class) |
org.jruby.RubyEncoding.convertEncodingToRubyEncoding(Ruby, Encoding) |
org.jruby.javasupport.JavaUtil.convertJavaToRuby(Ruby, JavaUtil.JavaConverter, Object) |
org.jruby.ext.ffi.Util.convertParameter(IRubyObject, Class) |
org.jruby.javasupport.JavaUtil.convertRubyToJava(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJava(IRubyObject, Class) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaBoolean(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaByte(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaChar(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaDouble(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaFloat(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaInt(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaLong(IRubyObject) |
org.jruby.javasupport.JavaUtil.convertRubyToJavaShort(IRubyObject) |
org.jruby.RubyBasicObject.convertToInteger(int, String) |
org.jruby.ir.operands.UndefinedValue.convertToInteger(int, String) |
org.jruby.runtime.builtin.IRubyObject.convertToInteger(int, String) |
org.jruby.util.TypeConverter.convertToType(IRubyObject, RubyClass, int, String) |
org.jruby.util.TypeConverter.convertToType(IRubyObject, RubyClass, int, String, boolean) |
org.jruby.RubyObject.convertToType(RubyClass, int) |
org.jruby.util.TypeConverter.convertToTypeWithCheck(IRubyObject, RubyClass, int, String) |
org.jruby.runtime.CallbackFactory.createFactory(Ruby, Class) |
org.jruby.runtime.CallbackFactory.createFactory(Ruby, Class, ClassLoader) |
org.jruby.runtime.load.LoadService.createLibrary(LoadService.SearchState, LoadServiceResource) |
org.jruby.runtime.load.LoadService.debugLogFound(LoadServiceResource) |
org.jruby.runtime.load.LoadService.debugLogFound(String, String) |
org.jruby.runtime.load.LoadService.debugLogTry(String, String) |
org.jruby.runtime.Helpers.decodeBlockScope(ThreadContext, String) |
org.jruby.runtime.Helpers.decodeLocalScope(ThreadContext, StaticScope, String) |
org.jruby.runtime.Helpers.decodeLocalScope(ThreadContext, String) |
org.jruby.runtime.Helpers.decodeRootScope(ThreadContext, String) |
org.jruby.RubyHash.default_value_get(ThreadContext, IRubyObject[]) |
org.jruby.RubyModule.define_method(ThreadContext, IRubyObject[], Block) |
org.jruby.RubyModule.defineFastMethod(String, Callback) |
org.jruby.RubyModule.defineFastMethod(String, Callback, Visibility) |
org.jruby.RubyModule.defineFastModuleFunction(String, Callback) |
org.jruby.RubyModule.defineFastPrivateMethod(String, Callback) |
org.jruby.RubyModule.defineFastProtectedMethod(String, Callback) |
org.jruby.RubyModule.defineFastPublicModuleFunction(String, Callback) |
org.jruby.RubyModule.defineMethod(String, Callback) |
org.jruby.RubyModule.defineModuleFunction(String, Callback) |
org.jruby.RubyModule.definePrivateMethod(String, Callback) |
org.jruby.RubyModule.definePublicModuleFunction(String, Callback) |
org.jruby.ext.socket.RubyBasicSocket.do_not_reverse_lookup(IRubyObject) |
org.jruby.RubyProcess.egid_set(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.egid(IRubyObject) |
org.jruby.RubyProcess.UserID.eid(IRubyObject) |
org.jruby.RubyProcess.GroupID.eid(IRubyObject) |
org.jruby.RubyProcess.UserID.eid(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.GroupID.eid(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.euid_set(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.euid(IRubyObject) |
org.jruby.evaluator.ASTInterpreter.evalWithBinding(ThreadContext, IRubyObject, Binding) |
org.jruby.RubyModule.executeUnder(ThreadContext, Callback, IRubyObject[], Block) |
org.jruby.RubyHash.fastASetCheckString19(Ruby, IRubyObject, IRubyObject) |
org.jruby.RubyHash.fastASetSmallCheckString19(Ruby, IRubyObject, IRubyObject) |
org.jruby.RubyModule.fastFetchClassVariable(String) |
org.jruby.RubyModule.fastFetchConstant(String) |
org.jruby.RubyModule.fastGetClass(String) |
org.jruby.Ruby.fastGetClass(String) |
org.jruby.RubyModule.fastGetClassVar(String) |
org.jruby.RubyModule.fastGetConstant(String) |
org.jruby.RubyModule.fastGetConstant(String, boolean) |
org.jruby.RubyModule.fastGetConstantAt(String) |
org.jruby.RubyModule.fastGetConstantFrom(String) |
org.jruby.RubyModule.fastGetConstantFromConstMissing(String) |
org.jruby.RubyModule.fastGetConstantFromNoConstMissing(String) |
org.jruby.RubyBasicObject.fastGetInstanceVariable(String) |
org.jruby.runtime.builtin.InstanceVariables.fastGetInstanceVariable(String) |
org.jruby.RubyBasicObject.fastGetInternalVariable(String) |
org.jruby.runtime.builtin.InternalVariables.fastGetInternalVariable(String) |
org.jruby.Ruby.fastGetModule(String) |
org.jruby.RubyModule.fastHasClassVariable(String) |
org.jruby.RubyModule.fastHasConstant(String) |
org.jruby.RubyBasicObject.fastHasInstanceVariable(String) |
org.jruby.runtime.builtin.InstanceVariables.fastHasInstanceVariable(String) |
org.jruby.RubyBasicObject.fastHasInternalVariable(String) |
org.jruby.runtime.builtin.InternalVariables.fastHasInternalVariable(String) |
org.jruby.RubyModule.fastIsClassVarDefined(String) |
org.jruby.RubyModule.fastSetClassVar(String, IRubyObject) |
org.jruby.RubyModule.fastSetConstant(String, IRubyObject) |
org.jruby.RubyBasicObject.fastSetInstanceVariable(String, IRubyObject) |
org.jruby.runtime.builtin.InstanceVariables.fastSetInstanceVariable(String, IRubyObject) |
org.jruby.RubyBasicObject.fastSetInternalVariable(String, Object) |
org.jruby.runtime.builtin.InternalVariables.fastSetInternalVariable(String, Object) |
org.jruby.RubyModule.fastStoreClassVariable(String, IRubyObject) |
org.jruby.RubyModule.fastStoreConstant(String, IRubyObject) |
org.jruby.RubyArray.fetch(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args.
|
org.jruby.RubyFile.file(IRubyObject) |
org.jruby.runtime.load.LoadService.findBuiltinLibrary(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.runtime.load.LoadService.findLibraryWithoutCWD(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.RubyArray.first(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.ext.socket.RubyIPSocket.getaddress(IRubyObject, IRubyObject) |
org.jruby.ast.ArgsNode.getArgs() |
org.jruby.javasupport.JavaUtil.getArrayConverter(Class) |
org.jruby.RubyInstanceConfig.getBasicUsageHelp() |
org.jruby.ast.ArgsNode.getBlockArgNode() |
org.jruby.runtime.CallbackFactory.getBlockCallback(String, Object) |
org.jruby.runtime.CallbackFactory.getBlockCallback19(String, Object) |
org.jruby.runtime.CallbackFactory.getBlockMethod(String) |
org.jruby.RubyModule.getCacheToken() |
org.jruby.internal.runtime.methods.CallConfiguration.getCallConfig(boolean, boolean, boolean) |
org.jruby.ast.YieldNode.getCheckState() |
org.jruby.runtime.ThreadContext.getConstant(String) |
org.jruby.runtime.ThreadContext.getConstantDefined(String) |
org.jruby.Ruby.getConstantGeneration() |
org.jruby.RubyInstanceConfig.getCopyrightString() |
org.jruby.Ruby.getCurrentInstance() |
org.jruby.RubyEncoding.getDefaultExternal(Ruby) |
org.jruby.Ruby.getDefaultInstance()
use #newInstance()
|
org.jruby.RubyEncoding.getDefaultInternal(IRubyObject) |
org.jruby.RubyEncoding.getDefaultInternal(Ruby) |
org.jruby.RubyIO.getDescriptorByFileno(int) |
org.jruby.Ruby.getDescriptorByFileno(int) |
org.jruby.RubyProcess.Sys.getegid(IRubyObject) |
org.jruby.RubyEncoding.getEncodingFromObject(Ruby, IRubyObject) |
org.jruby.embed.ScriptingContainer.getErr()
As of JRuby 1.5.0, Replaced by getError()
|
org.jruby.RubyProcess.Sys.geteuid(IRubyObject) |
org.jruby.RubyInstanceConfig.getExtendedHelp() |
org.jruby.runtime.CallbackFactory.getFastMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastOptMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.ast.CaseNode.getFirstWhenNode() |
org.jruby.RubyProcess.Sys.getgid(IRubyObject) |
org.jruby.RubyIO.getHandler() |
org.jruby.ext.socket.RubyTCPSocket.gethostbyname(IRubyObject, IRubyObject) |
org.jruby.embed.ScriptingContainer.getIn()
As of JRuby 1.5.0, replaced by getInput().
|
org.jruby.RubyInstanceConfig.getInPlaceBackupExtention() |
org.jruby.RubyIO.getIOModes(Ruby, String) |
org.jruby.RubyIO.getIOModesIntFromString(Ruby, String) |
org.jruby.RubyIO.getline(Ruby, ByteList) |
org.jruby.RubyIO.getline(Ruby, ByteList, long) |
org.jruby.runtime.CallbackFactory.getMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.RubyIO.getNewFileno() |
org.jruby.runtime.CallbackFactory.getOptMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.embed.ScriptingContainer.getOut()
As of JRuby 1.5.0, replaced by getOutput().
|
org.jruby.ext.socket.RubyBasicSocket.getpeername() |
org.jruby.RubyProcess.getpgid(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.getpgrp(IRubyObject) |
org.jruby.RubyProcess.getpriority(IRubyObject, IRubyObject, IRubyObject) |
org.jruby.Ruby.getProfiledMethods()
This should be an implementation detail of the ProfilingService and should remove from the Ruby class.
|
org.jruby.RubyInstanceConfig.getPropertyHelp() |
org.jruby.RubyProcess.getrlimit(IRubyObject, IRubyObject) |
org.jruby.runtime.ThreadContext.getRubyDateFormat() |
org.jruby.internal.runtime.RubyRunnable.getRubyThread() |
org.jruby.embed.ScriptingContainer.getRuntime()
As of JRuby 1.5.0. Use getProvider().getRuntime() method instead.
|
org.jruby.RubyIO.gets(ThreadContext, IRubyObject[]) |
org.jruby.Ruby.getSafeLevel() |
org.jruby.runtime.CallbackFactory.getSingletonMethod(String)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory.
|
org.jruby.ext.socket.RubyBasicSocket.getsockname() |
org.jruby.ext.socket.RubyBasicSocket.getsockopt(IRubyObject, IRubyObject) |
org.jruby.RubyModule.getStoredConstantList() |
org.jruby.RubyModule.getStoredConstantNameList() |
org.jruby.IncludedModuleWrapper.getStoredConstantNameList() |
org.jruby.RubyProcess.Sys.getuid(IRubyObject) |
org.jruby.embed.internal.BiVariableMap.getVariable(String) |
org.jruby.RubyBasicObject.getVariableCount() |
org.jruby.RubyInstanceConfig.getVerbose() |
org.jruby.RubyInstanceConfig.getVersionString() |
org.jruby.RubyProcess.gid_set(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.gid(IRubyObject) |
org.jruby.RubySymbol.hash() |
org.jruby.ext.iconv.RubyIconv.iconv(IRubyObject[])
Use the versions with one, two or three arguments.
|
org.jruby.runtime.ObjectSpace.idOf(IRubyObject) |
org.jruby.RubyObject.initialize() |
org.jruby.RubyBasicObject.initialize() |
org.jruby.RubyModule.initialize(Block) |
org.jruby.RubyDir.initialize(IRubyObject) |
org.jruby.RubyArray.initialize(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args.
|
org.jruby.RubyDir.initialize19(IRubyObject) |
org.jruby.RubySymbol.inspect() |
org.jruby.RubySymbol.inspect19() |
org.jruby.RubyModule.invalidateCacheDescendantsInner() |
org.jruby.RubyClass.invoke(ThreadContext, IRubyObject, int, String, IRubyObject[], CallType, Block) |
org.jruby.runtime.Helpers.invokedynamic(ThreadContext, IRubyObject, int) |
org.jruby.runtime.Helpers.invokedynamic(ThreadContext, IRubyObject, int, IRubyObject) |
org.jruby.RubyInstanceConfig.isBenchmarking() |
org.jruby.RubyInstanceConfig.isSamplingEnabled() |
org.jruby.RubyInstanceConfig.isShouldRunInterpreter() |
org.jruby.RubyInstanceConfig.isxFlag() |
org.jruby.javasupport.JavaUtil.java_to_primitive(IRubyObject, IRubyObject, Block) |
org.jruby.javasupport.Java.java_to_primitive(IRubyObject, IRubyObject, Block) |
org.jruby.javasupport.Java.java_to_ruby(IRubyObject, IRubyObject, Block) |
org.jruby.javasupport.JavaUtil.java_to_ruby(Ruby, IRubyObject) |
org.jruby.RubyProcess.kill(IRubyObject, IRubyObject[]) |
org.jruby.RubyRegexp.last_match_s(ThreadContext, IRubyObject, IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.RubyArray.last(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.ext.socket.RubyTCPServer.listen(IRubyObject) |
org.jruby.ast.executable.Script.load(ThreadContext, IRubyObject, IRubyObject[], Block) |
org.jruby.ast.executable.AbstractScript.load(ThreadContext, IRubyObject, IRubyObject[], Block) |
org.jruby.RubyInstanceConfig.loadPaths() |
org.jruby.RubyModule.module_eval(ThreadContext, IRubyObject[], Block) |
org.jruby.RubyBinding.newBinding(Ruby) |
org.jruby.RubyBinding.newBinding(Ruby, IRubyObject) |
org.jruby.RubyModule.newIncludeClass(RubyClass) |
org.jruby.IncludedModuleWrapper.newIncludeClass(RubyClass) |
org.jruby.RubyRegexp.newInstance(IRubyObject, IRubyObject[]) |
org.jruby.RubyRational.newInstance(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyComplex.newInstance(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyTime.newInstance(ThreadContext, IRubyObject, IRubyObject[], Block)
|
org.jruby.RubyRational.newInstanceBang(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyComplex.newInstanceBang(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyProc.newProc(Ruby, Block.Type) |
org.jruby.RubyString.newString(ByteList) |
org.jruby.RubyString.newString(CharSequence) |
org.jruby.RubyString.newString(Ruby, RubyClass, CharSequence) |
org.jruby.Ruby.newStringShared(ByteList) |
org.jruby.RubyMatchData.op_aref(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.RubyHash.op_aset(IRubyObject, IRubyObject) |
org.jruby.RubyHash.op_aset19(ThreadContext, IRubyObject, IRubyObject) |
org.jruby.RubyGlobal.StringOnlyRubyHash.op_aset19(ThreadContext, IRubyObject, IRubyObject) |
org.jruby.java.proxies.MapJavaProxy.op_aset19(ThreadContext, IRubyObject, IRubyObject) |
org.jruby.RubyProcess.RubyStatus.op_rshift(IRubyObject) |
org.jruby.ext.socket.RubyUDPSocket.open(IRubyObject, IRubyObject[], Block) |
org.jruby.ext.socket.RubyTCPSocket.open(IRubyObject, IRubyObject[], Block) |
org.jruby.ext.socket.RubyTCPServer.open(IRubyObject, IRubyObject[], Block) |
org.jruby.Ruby.parse(String, String, DynamicScope, int, boolean) |
org.jruby.ext.socket.RubyIPSocket.peeraddr() |
org.jruby.RubyProcess.pid(IRubyObject) |
org.jruby.util.ShellLauncher.popen(Ruby, IRubyObject[], Map, IOOptions) |
org.jruby.util.ShellLauncher.popen(Ruby, IRubyObject, IOOptions) |
org.jruby.RubyProcess.ppid(IRubyObject) |
org.jruby.runtime.ThreadContext.previousBinding() |
org.jruby.runtime.ThreadContext.previousBinding(IRubyObject) |
org.jruby.javasupport.JavaUtil.primitive_to_java(IRubyObject, IRubyObject, Block) |
org.jruby.ext.stringio.RubyStringIO.read(IRubyObject[]) |
org.jruby.RubyIO.read(ThreadContext, IRubyObject, IRubyObject, Block) |
org.jruby.RubyIO.read(ThreadContext, IRubyObject, IRubyObject, IRubyObject) |
org.jruby.RubyIO.read(ThreadContext, IRubyObject, IRubyObject, IRubyObject, IRubyObject) |
org.jruby.util.io.ChannelStream.readall()
readall do busy loop for the IO which has NONBLOCK bit. You
should implement the logic by yourself with fread().
|
org.jruby.RubyIO.readline(ThreadContext, IRubyObject[]) |
org.jruby.ext.socket.RubyBasicSocket.recv(IRubyObject[]) |
org.jruby.ext.socket.RubyBasicSocket.recv(ThreadContext, IRubyObject[]) |
org.jruby.ext.socket.RubyUDPSocket.recvfrom(IRubyObject[]) |
org.jruby.ext.socket.RubyIPSocket.recvfrom(ThreadContext, IRubyObject[]) |
org.jruby.RubyIO.registerDescriptor(ChannelDescriptor) |
org.jruby.Ruby.registerDescriptor(ChannelDescriptor) |
org.jruby.RubyIO.registerDescriptor(ChannelDescriptor, boolean) |
org.jruby.Ruby.registerDescriptor(ChannelDescriptor, boolean) |
org.jruby.RubyModule.removeCvar(IRubyObject)
|
org.jruby.RubyInstanceConfig.requiredLibraries() |
org.jruby.RubyProcess.UserID.rid(IRubyObject) |
org.jruby.RubyProcess.GroupID.rid(IRubyObject) |
org.jruby.ext.bigdecimal.RubyBigDecimal.round(IRubyObject[]) |
org.jruby.javasupport.JavaUtil.ruby_to_java(IRubyObject, IRubyObject, Block) |
org.jruby.javasupport.Java.ruby_to_java(IRubyObject, IRubyObject, Block) |
org.jruby.Main.run() |
org.jruby.Ruby.runNormally(Node, boolean) |
org.jruby.Ruby.runWithGetsLoop(Node, boolean, boolean, boolean, boolean) |
org.jruby.Ruby.secure(int) |
org.jruby.ext.stringio.RubyStringIO.seek(IRubyObject[]) |
org.jruby.RubyThread.selectForAccept(RubyIO) |
org.jruby.ext.socket.RubyUDPSocket.send(IRubyObject[]) |
org.jruby.ext.socket.RubyBasicSocket.set_do_not_reverse_lookup(IRubyObject, IRubyObject) |
org.jruby.RubyInstanceConfig.setBenchmarking(boolean) |
org.jruby.embed.internal.LocalContextProvider.setClassCache(ClassCache) |
org.jruby.embed.internal.AbstractLocalContextProvider.setClassCache(ClassCache) |
org.jruby.runtime.ThreadContext.setConstantInCurrent(String, IRubyObject) |
org.jruby.runtime.ThreadContext.setConstantInModule(String, IRubyObject, IRubyObject) |
org.jruby.runtime.ThreadContext.setConstantInObject(String, IRubyObject) |
org.jruby.Ruby.setCurrentInstance(Ruby) |
org.jruby.RubyEncoding.setDefaultInternal(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.Sys.setegid(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.Sys.seteuid(IRubyObject, IRubyObject) |
org.jruby.runtime.ThreadContext.setFile(String) |
org.jruby.RubyProcess.Sys.setgid(IRubyObject, IRubyObject) |
org.jruby.embed.util.SystemPropertyCatcher.setJRubyHome(ScriptingContainer) |
org.jruby.embed.internal.LocalContextProvider.setLoadPaths(List) |
org.jruby.embed.internal.AbstractLocalContextProvider.setLoadPaths(List) |
org.jruby.RubyProcess.setpgid(IRubyObject, IRubyObject, IRubyObject) |
org.jruby.RubyProcess.setpgrp(IRubyObject) |
org.jruby.RubyProcess.setpriority(IRubyObject, IRubyObject, IRubyObject, IRubyObject) |
org.jruby.embed.ScriptingContainer.setProfile(RubyInstanceConfig.ProfilingMode)
Use setProfilingMode instead
|
org.jruby.RubyInstanceConfig.setSafeLevel(int) |
org.jruby.Ruby.setSafeLevel(int) |
org.jruby.RubyProcess.setsid(IRubyObject) |
org.jruby.ext.socket.RubyBasicSocket.setsockopt(IRubyObject, IRubyObject, IRubyObject) |
org.jruby.RubyProcess.Sys.setuid(IRubyObject, IRubyObject) |
org.jruby.RubyString.setValue(CharSequence) |
org.jruby.embed.internal.BiVariableMap.setVariable(BiVariable) |
org.jruby.RubyInstanceConfig.shouldPrintProperties() |
org.jruby.RubyInstanceConfig.shouldPrintUsage() |
org.jruby.RubyInstanceConfig.shouldRunInterpreter() |
org.jruby.RubyArray.slice_bang(IRubyObject[])
Use the versions with zero, one, or two args.
|
org.jruby.runtime.load.LoadService.smartLoad(String) |
org.jruby.ext.socket.RubySocket.sockerr(Ruby, String) |
org.jruby.RubyKernel.spawn(ThreadContext, IRubyObject, IRubyObject[]) |
org.jruby.RubyObject.specificEval(ThreadContext, RubyModule, IRubyObject[], Block) |
org.jruby.RubyKernel.sprintf(IRubyObject, IRubyObject[]) |
org.jruby.RubySymbol.SymbolTable.store(RubySymbol) |
org.jruby.RubyString.strDup() |
org.jruby.RubyString.substr(int, int) |
org.jruby.RubyBasicObject.syncVariables(List>) |
org.jruby.ir.operands.UndefinedValue.syncVariables(List>) |
org.jruby.runtime.builtin.IRubyObject.syncVariables(List>) |
org.jruby.RubyProcess.times(IRubyObject, Block) |
org.jruby.RubySymbol.to_i() |
org.jruby.RubyProcess.RubyStatus.to_i() |
org.jruby.RubySymbol.to_int() |
org.jruby.runtime.load.LoadService.tryResourceAsIs(String) |
org.jruby.runtime.load.LoadService.tryResourceAsIs(String, String) |
org.jruby.runtime.load.LoadService.tryResourceFromCWD(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.runtime.load.LoadService.tryResourceFromDotSlash(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.runtime.load.LoadService.tryResourceFromHome(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.runtime.load.LoadService.tryResourceFromJarURL(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.runtime.load.LoadService.tryResourceFromJarURLWithLoadPath(String, String) |
org.jruby.runtime.load.LoadService.tryResourceFromLoadPath(String, String) |
org.jruby.runtime.load.LoadService.tryResourceFromLoadPathOrURL(LoadService.SearchState, String, LoadService.SuffixType) |
org.jruby.RubyProcess.uid_set(IRubyObject, IRubyObject) |
org.jruby.RubyProcess.uid(IRubyObject) |
org.jruby.RubyIO.unregisterDescriptor(int) |
org.jruby.Ruby.unregisterDescriptor(int) |
org.jruby.javasupport.JavaUtil.unwrapJavaObject(Ruby, IRubyObject, String) |
org.jruby.RubyBasicObject.variableTableFastContains(String) |
org.jruby.RubyBasicObject.variableTableFastFetch(String) |
org.jruby.RubyBasicObject.variableTableFastStore(String, Object) |
org.jruby.RubyProcess.wait(IRubyObject, IRubyObject[]) |
org.jruby.RubyProcess.wait2(IRubyObject, IRubyObject[]) |
org.jruby.RubyProcess.waitall(IRubyObject) |
org.jruby.RubyProcess.waitpid(IRubyObject, IRubyObject[]) |
org.jruby.RubyProcess.waitpid2(IRubyObject, IRubyObject[]) |
org.jruby.common.RubyWarnings.warn(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.NullWarnings.warn(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.IRubyWarnings.warn(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.RubyWarnings.warn(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.NullWarnings.warn(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.IRubyWarnings.warn(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.RubyWarnings.warn(IRubyWarnings.ID, String, Object...) |
org.jruby.common.NullWarnings.warn(IRubyWarnings.ID, String, Object...) |
org.jruby.common.IRubyWarnings.warn(IRubyWarnings.ID, String, Object...) |
org.jruby.common.RubyWarnings.warning(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.NullWarnings.warning(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.IRubyWarnings.warning(IRubyWarnings.ID, ISourcePosition, String, Object...) |
org.jruby.common.RubyWarnings.warning(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.NullWarnings.warning(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.IRubyWarnings.warning(IRubyWarnings.ID, String, int, String, Object...) |
org.jruby.common.RubyWarnings.warning(IRubyWarnings.ID, String, Object...) |
org.jruby.common.NullWarnings.warning(IRubyWarnings.ID, String, Object...) |
org.jruby.common.IRubyWarnings.warning(IRubyWarnings.ID, String, Object...) |
org.jruby.common.RubyWarnings.warning(String, Object...) |
org.jruby.runtime.Block.yield(ThreadContext, boolean) |
org.jruby.runtime.Block.yield(ThreadContext, IRubyObject, boolean) |
org.jruby.runtime.Block.yield(ThreadContext, IRubyObject, IRubyObject, RubyModule, boolean) |