Deprecated Methods |
org.jruby.ext.socket.RubyTCPServer.accept_nonblock()
|
org.jruby.ext.socket.RubyUNIXServer.accept_nonblock()
|
org.jruby.ext.socket.RubyTCPServer.accept()
|
org.jruby.ext.socket.RubyUNIXServer.accept()
|
org.jruby.javasupport.Java.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.javasupport.Java.JavaUtilities.add_proxy_extender(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyIPSocket.addr()
|
org.jruby.ext.socket.RubyUNIXSocket.addr()
|
org.jruby.RubySymbol.all_symbols(IRubyObject)
|
org.jruby.RubyModule.ancestors()
|
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.evaluator.ASTInterpreter.arrayValue(Ruby, IRubyObject)
|
org.jruby.evaluator.ASTInterpreter.aryToAry(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.aryToAry(Ruby, IRubyObject)
|
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.evaluator.ASTInterpreter.aValueSplat(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.aValueSplat(Ruby, IRubyObject)
|
org.jruby.ext.socket.RubyUDPSocket.bind(IRubyObject, IRubyObject)
|
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String)
|
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String)
|
org.jruby.RubyBasicObject.callMethod(ThreadContext, int, String, IRubyObject)
|
org.jruby.runtime.builtin.IRubyObject.callMethod(ThreadContext, int, String, IRubyObject)
|
org.jruby.runtime.callback.InvocationCallbackFactory.callMethodMissingIfNecessary(SkinnyMethodAdapter, Label, Label)
|
org.jruby.RubyBasicObject.callSuper(ThreadContext, IRubyObject[], Block)
|
org.jruby.runtime.builtin.IRubyObject.callSuper(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyString.center(IRubyObject[])
|
org.jruby.RubyIO.checkClosed()
will be removed in 1.2 |
org.jruby.RubyIO.checkInitialized()
will be removed in 1.2 |
org.jruby.RubyString.chomp_bang(IRubyObject[])
|
org.jruby.RubyKernel.chomp_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the zero or one-arg versions. |
org.jruby.RubyString.chomp(IRubyObject[])
|
org.jruby.RubyKernel.chomp(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the zero or one-arg versions. |
org.jruby.ext.socket.RubyUDPSocket.connect(IRubyObject, IRubyObject)
|
org.jruby.RubyComplex.convert(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.convert(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyBasicObject.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.RubyHash.default_value_get(ThreadContext, IRubyObject[])
|
org.jruby.RubyModule.define_method(ThreadContext, IRubyObject[], Block)
|
org.jruby.runtime.marshal.MarshalStream.dumpInstanceVars(Map)
superseded by #dumpVariables() |
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.eval(Ruby, ThreadContext, Node, IRubyObject, Block)
|
org.jruby.evaluator.ASTInterpreter.evalSimple(ThreadContext, IRubyObject, IRubyObject, String, int)
Call with a RubyString now. |
org.jruby.RubyObject.evalUnder(ThreadContext, RubyModule, IRubyObject, IRubyObject, IRubyObject)
Call with an int line number and String file |
org.jruby.RubyModule.executeUnder(ThreadContext, Callback, IRubyObject[], Block)
|
org.jruby.RubyArray.fetch(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args. |
org.jruby.RubyArray.first(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.ext.socket.RubySocket.for_fd(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyIPSocket.getaddress(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.getaddrinfo(IRubyObject, IRubyObject[])
|
org.jruby.ast.ArgsNode.getArgs()
|
org.jruby.ast.ArgsNode.getBlockArgNode()
|
org.jruby.runtime.callback.InvocationCallbackFactory.getBlockMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getBlockMethod(String)
|
org.jruby.ast.YieldNode.getCheckState()
|
org.jruby.Ruby.getCurrentInstance()
|
org.jruby.Ruby.getDefaultInstance()
use #newInstance() |
org.jruby.evaluator.ASTInterpreter.getDefinition(Ruby, ThreadContext, Node, IRubyObject, Block)
|
org.jruby.RubyProcess.Sys.getegid(IRubyObject)
|
org.jruby.RubyProcess.Sys.geteuid(IRubyObject)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastMethod(String, String, Class, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastOptMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptMethod(String, String)
|
org.jruby.runtime.CallbackFactory.getFastOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastOptSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastOptSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getFastSingletonMethod(String, Class, Class, Class)
|
org.jruby.ast.CaseNode.getFirstWhenNode()
|
org.jruby.RubyProcess.Sys.getgid(IRubyObject)
|
org.jruby.ext.socket.RubySocket.gethostbyaddr(IRubyObject, IRubyObject[])
|
org.jruby.ext.socket.RubySocket.gethostbyname(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyTCPSocket.gethostbyname(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.gethostname(IRubyObject)
|
org.jruby.runtime.MethodIndex.getIndex(String)
|
org.jruby.runtime.CallbackFactory.getMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getMethod(String, Class, Class, Class)
|
org.jruby.ext.socket.RubySocket.getnameinfo(IRubyObject, IRubyObject[])
|
org.jruby.runtime.CallbackFactory.getOptMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getOptMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getOptMethod(String)
|
org.jruby.runtime.CallbackFactory.getOptSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getOptSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getOptSingletonMethod(String)
|
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.RubyProcess.getrlimit(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.getservbyname(IRubyObject, IRubyObject[])
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class, Class)
|
org.jruby.runtime.CallbackFactory.getSingletonMethod(String, Class, Class, Class)
Callbacks are inefficient; use MethodFactory. |
org.jruby.runtime.callback.InvocationCallbackFactory.getSingletonMethod(String, Class, Class, Class)
|
org.jruby.runtime.callback.ReflectionCallbackFactory.getSingletonMethod(String, Class, Class, Class)
|
org.jruby.ext.socket.RubyBasicSocket.getsockname()
|
org.jruby.ext.socket.RubyBasicSocket.getsockopt(IRubyObject, IRubyObject)
|
org.jruby.RubyModule.getStoredConstantList()
|
org.jruby.IncludedModuleWrapper.getStoredConstantNameList()
|
org.jruby.RubyModule.getStoredConstantNameList()
|
org.jruby.RubyProcess.Sys.getuid(IRubyObject)
|
org.jruby.RubyProcess.gid_set(IRubyObject, IRubyObject)
|
org.jruby.RubyProcess.gid(IRubyObject)
|
org.jruby.RubyString.gsub_bang(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyKernel.gsub_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.gsub(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyKernel.gsub(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubySymbol.hash()
|
org.jruby.RubyIconv.iconv(IRubyObject[])
Use the versions with one, two or three arguments. |
org.jruby.RubyString.index(ThreadContext, IRubyObject[])
|
org.jruby.RubyString.initialize(IRubyObject[], Block)
Use the versions with zero or one arguments |
org.jruby.RubyArray.initialize(ThreadContext, IRubyObject[], Block)
Use the versions with zero, one, or two args. |
org.jruby.RubySymbol.inspect()
|
org.jruby.RubySymbol.inspect19()
|
org.jruby.RubyObject.instance_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyClass.invoke(ThreadContext, IRubyObject, int, String, IRubyObject[], CallType, Block)
|
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.ext.socket.RubyUNIXServer.listen(IRubyObject)
|
org.jruby.RubyString.ljust(IRubyObject[])
|
org.jruby.RubyModule.module_eval(ThreadContext, IRubyObject[], Block)
|
org.jruby.javasupport.Java.new_proxy_instance(IRubyObject, IRubyObject[], Block)
|
org.jruby.RubyBinding.newBinding(Ruby)
|
org.jruby.RubyBinding.newBinding(Ruby, IRubyObject)
|
org.jruby.IncludedModuleWrapper.newIncludeClass(RubyClass)
|
org.jruby.RubyModule.newIncludeClass(RubyClass)
|
org.jruby.RubyComplex.newInstance(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.newInstance(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyTime.newInstance(ThreadContext, IRubyObject, IRubyObject[], Block)
Use RubyTime.newInstance(ThreadContext, IRubyObject) |
org.jruby.RubyComplex.newInstanceBang(ThreadContext, IRubyObject, IRubyObject[])
|
org.jruby.RubyRational.newInstanceBang(ThreadContext, IRubyObject, IRubyObject[])
|
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.RubyString.op_aref(ThreadContext, IRubyObject[])
|
org.jruby.RubyHash.op_aset(IRubyObject, IRubyObject)
|
org.jruby.RubyString.op_aset(ThreadContext, IRubyObject[])
|
org.jruby.RubyProcess.RubyStatus.op_rshift(IRubyObject)
|
org.jruby.ext.socket.RubyUNIXSocket.open(IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubyTCPServer.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubyTCPSocket.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubyUDPSocket.open(IRubyObject, IRubyObject[], Block)
|
org.jruby.ext.socket.RubySocket.pack_sockaddr_in(IRubyObject, IRubyObject, IRubyObject)
|
org.jruby.ext.socket.RubySocket.pack_sockaddr_un(IRubyObject, IRubyObject)
|
org.jruby.Ruby.parse(String, String, DynamicScope, int, boolean)
|
org.jruby.ext.socket.RubyUNIXSocket.path()
|
org.jruby.ext.socket.RubyIPSocket.peeraddr()
|
org.jruby.ext.socket.RubyUNIXSocket.peeraddr()
|
org.jruby.RubyProcess.pid(IRubyObject)
|
org.jruby.RubyProcess.ppid(IRubyObject)
|
org.jruby.RubyKernel.proc(IRubyObject, Block)
|
org.jruby.ext.socket.RubyBasicSocket.recv(IRubyObject[])
|
org.jruby.ext.socket.RubyUDPSocket.recvfrom(IRubyObject[])
|
org.jruby.ext.socket.RubyUNIXSocket.recvfrom(IRubyObject[])
|
org.jruby.RubyProcess.UserID.rid(IRubyObject)
|
org.jruby.RubyProcess.GroupID.rid(IRubyObject)
|
org.jruby.RubyString.rindex(ThreadContext, IRubyObject[])
|
org.jruby.RubyString.rjust(IRubyObject[])
|
org.jruby.compiler.JITCompiler.runJIT(DefaultMethod, ThreadContext, String)
|
org.jruby.Ruby.runNormally(Node, boolean)
|
org.jruby.Ruby.runWithGetsLoop(Node, boolean, boolean, boolean, boolean)
|
org.jruby.RubyThread.selectForAccept(RubyIO)
|
org.jruby.ext.socket.RubyUDPSocket.send(IRubyObject[])
|
org.jruby.Ruby.setCurrentInstance(Ruby)
|
org.jruby.RubyProcess.Sys.setegid(IRubyObject, IRubyObject)
|
org.jruby.RubyProcess.Sys.seteuid(IRubyObject, IRubyObject)
|
org.jruby.runtime.ThreadContext.setFrameJumpTarget(JumpTarget)
|
org.jruby.RubyProcess.Sys.setgid(IRubyObject, IRubyObject)
|
org.jruby.runtime.Frame.setJumpTarget(JumpTarget)
|
org.jruby.RubyProcess.setpgid(IRubyObject, IRubyObject, IRubyObject)
|
org.jruby.RubyProcess.setpgrp(IRubyObject)
|
org.jruby.RubyProcess.setpriority(IRubyObject, IRubyObject, IRubyObject, IRubyObject)
|
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.RubyArray.slice_bang(IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyString.slice_bang(ThreadContext, IRubyObject[])
|
org.jruby.ext.socket.RubyUNIXSocket.socketpair(IRubyObject, IRubyObject[])
|
org.jruby.RubyObject.specificEval(ThreadContext, RubyModule, IRubyObject[], Block)
|
org.jruby.evaluator.ASTInterpreter.splatValue(IRubyObject, Ruby)
|
org.jruby.evaluator.ASTInterpreter.splatValue(Ruby, IRubyObject)
|
org.jruby.RubyString.split(ThreadContext, IRubyObject[])
|
org.jruby.RubyKernel.split(ThreadContext, IRubyObject, IRubyObject[])
Use the versions with zero, one, or two args. |
org.jruby.RubyKernel.sprintf(IRubyObject, IRubyObject[])
|
org.jruby.RubyNumeric.step(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubySymbol.SymbolTable.store(RubySymbol)
|
org.jruby.RubyString.strDup()
|
org.jruby.RubyString.sub_bang(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyKernel.sub_bang(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.sub(ThreadContext, IRubyObject[], Block)
|
org.jruby.RubyKernel.sub(ThreadContext, IRubyObject, IRubyObject[], Block)
Use the one or two-arg versions. |
org.jruby.RubyString.substr(int, int)
|
org.jruby.ext.socket.RubyUNIXServer.sysaccept()
|
org.jruby.RubyProcess.times(IRubyObject, Block)
|
org.jruby.RubyProcess.RubyStatus.to_i()
|
org.jruby.RubySymbol.to_i()
|
org.jruby.RubyString.to_i(IRubyObject[])
|
org.jruby.RubySymbol.to_int()
|
org.jruby.RubyProcess.uid_set(IRubyObject, IRubyObject)
|
org.jruby.RubyProcess.uid(IRubyObject)
|
org.jruby.ext.socket.RubySocket.unpack_sockaddr_in(IRubyObject, IRubyObject)
|
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.RubyIO.writeDataBuffered()
|
org.jruby.runtime.Block.yield(ThreadContext, boolean)
|
org.jruby.runtime.Block.yield(ThreadContext, IRubyObject, boolean)
|