Uses of Annotation Interface
org.jruby.anno.JRubyMethod
Packages that use JRubyMethod
Package
Description
-
Uses of JRubyMethod in org.jruby
Methods in org.jruby with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectRubyKernel.__callee__(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.__dir__(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEnumerator.__from(ThreadContext context, IRubyObject klass, IRubyObject[] args) static IRubyObjectRubySignal.__jtrap_kernel(ThreadContext context, IRubyObject recv, IRubyObject block, IRubyObject sig) static IRubyObjectRubySignal.__jtrap_osdefault_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) static IRubyObjectRubySignal.__jtrap_platform_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) static IRubyObjectRubySignal.__jtrap_restore_kernel(ThreadContext context, IRubyObject recv, IRubyObject sig) static IRubyObjectRubyKernel.__method__(ThreadContext context, IRubyObject recv) RubyStopIteration.__set_result__(IRubyObject result) RubyEncoding._dump(ThreadContext context, IRubyObject arg) static IRubyObjectRubyKernel._exec_internal(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess._fork(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyEncoding._load(ThreadContext context, IRubyObject recv, IRubyObject str) RubyModule._module_function(ThreadContext context, IRubyObject[] args) rb_mod_modfuncRubyModule._private(ThreadContext context, IRubyObject[] args) rb_mod_privateRubyModule._protected(ThreadContext context, IRubyObject[] args) rb_mod_protectedRubyModule._public(ThreadContext context, IRubyObject[] args) rb_mod_publicstatic IRubyObjectRubyKernel.abort(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.abort(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyThread.abort_on_exception(ThreadContext context) static RubyBooleanRubyThread.abort_on_exception(ThreadContext context, IRubyObject recv) Returns the status of the global ``abort on exception'' condition.RubyThread.abort_on_exception_set(IRubyObject val) static IRubyObjectRubyThread.abort_on_exception_set(ThreadContext context, IRubyObject recv, IRubyObject value) RubyComplex.abs(ThreadContext context) nucomp_absRubyFloat.abs(ThreadContext context) flo_absabstract IRubyObjectRubyInteger.abs(ThreadContext context) RubyNumeric.abs(ThreadContext context) num_absstatic IRubyObjectRubyRange.BSearch.abs(ThreadContext context, IRubyObject bsearch, IRubyObject flote) RubyComplex.abs2(ThreadContext context) nucomp_abs2RubyNumeric.abs2(ThreadContext context) numeric_abs2static IRubyObjectRubyFile.absolute_path(ThreadContext context, IRubyObject recv, IRubyObject path) Converts a pathname to an absolute pathname.static IRubyObjectRubyFile.absolute_path(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject dir) Converts a pathname to an absolute pathname.RubyThread.Location.absolute_path(ThreadContext context) static IRubyObjectRubyFile.absolute_path_p(ThreadContext context, IRubyObject recv, IRubyObject arg) static RubyFloatRubyMath.acos(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.acosh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyThreadGroup.add(ThreadContext context, IRubyObject rubyThread, Block block) RubyThread.add_trace_func(ThreadContext context, IRubyObject trace_func, Block block) static IRubyObjectRubyThread.add_trace_func(ThreadContext context, IRubyObject recv, IRubyObject trace_func, Block block) RubyIO.advise(ThreadContext context, IRubyObject[] argv) static IRubyObjectRubyEncoding.aliases(ThreadContext context, IRubyObject recv) RubyModule.aliasMethod(ThreadContext context, IRubyObject newId, IRubyObject oldId) Add an alias under the name newId pointing at the method under the name oldId.RubyThread.alive_p(ThreadContext context) RubyArray.all_p(ThreadContext context, Block block) RubyArray.all_p(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.all_p(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.all_p(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) static IRubyObjectRubySymbol.all_symbols(ThreadContext context, IRubyObject recv) RubyInteger.allbits_p(ThreadContext context, IRubyObject other) RubyClass.allocate(ThreadContext context) RubyModule.ancestors(ThreadContext context) rb_mod_ancestorsRubyIOBuffer.and_bang(ThreadContext context, IRubyObject _mask) RubyArray.any_p(ThreadContext context, Block block) RubyArray.any_p(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.any_p(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.any_p(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyHash.any_p(ThreadContext context, Block block) RubyHash.any_p(ThreadContext context, IRubyObject pattern, Block block) RubyInteger.anybits_p(ThreadContext context, IRubyObject other) RubyArray.append(ThreadContext context, IRubyObject item) rb_ary_push - specialized rb_ary_storeRubyClassPathVariable.append(ThreadContext context, IRubyObject obj) RubyString.append_as_bytes(ThreadContext context) RubyString.append_as_bytes(ThreadContext context, IRubyObject arg0) RubyString.append_as_bytes(ThreadContext context, IRubyObject[] args) RubyModule.append_features(ThreadContext context, IRubyObject include) rb_mod_append_featuresRubyArray.aref(ThreadContext context, IRubyObject arg0) rb_ary_arefRubyArray.aref(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyDir.aref(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyStruct.aref(ThreadContext context, IRubyObject key) RubyComplex.arg(ThreadContext context) nucomp_argRubyNumeric.arg(ThreadContext context) numeric_argRubyNoMethodError.args()static IRubyObjectRubyArgsFile.argv(ThreadContext context, IRubyObject recv) AbstractRubyMethod.arity(ThreadContext context) Returns the number of arguments a method accepted.RubyMethod.arity(ThreadContext context) Returns the number of arguments a method accepted.RubyProc.arity(ThreadContext context) RubyString.ascii_only_p(ThreadContext context) static IRubyObjectRubyConverter.asciicompat_encoding(ThreadContext context, IRubyObject self, IRubyObject strOrEnc) RubyEncoding.asciiCompatible_p(ThreadContext context) RubyTime.asctime()RubyArray.aset(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyArray.aset(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) rb_ary_asetRubyStruct.aset(ThreadContext context, IRubyObject key, IRubyObject value) static RubyFloatRubyMath.asin(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.asinh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyArray.assoc(ThreadContext context, IRubyObject key) rb_ary_assocRubyGlobal.CaseInsensitiveStringOnlyRubyHash.assoc(ThreadContext context, IRubyObject obj) RubyHash.assoc(ThreadContext context, IRubyObject obj) RubyArray.at(ThreadContext context, IRubyObject pos) rb_ary_atstatic IRubyObjectRubyTime.at(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyTime.at(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyTime.at(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyTime.at(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) static IRubyObjectRubyKernel.at_exit(ThreadContext context, IRubyObject recv, Block block) static RubyFloatRubyMath.atan(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.atan2(ThreadContext context, IRubyObject recv, IRubyObject x, IRubyObject y) static RubyFloatRubyMath.atanh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyFile.atime(ThreadContext context) static IRubyObjectRubyFile.atime(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.atime(ThreadContext context) RubyClass.attached_object(ThreadContext context) RubyModule.attr(ThreadContext context, IRubyObject[] args) rb_mod_attrRubyModule.attr_accessor(ThreadContext context, IRubyObject[] args) rb_mod_attr_accessor Note: this method should not be called from Java in most cases, since it depends on Ruby frame state for visibility.RubyModule.attr_reader(ThreadContext context, IRubyObject[] args) rb_mod_attr_readerRubyModule.attr_writer(ThreadContext context, IRubyObject[] args) rb_mod_attr_writerstatic IRubyObjectRubyGC.auto_compact(ThreadContext context, IRubyObject recv) static IRubyObjectRubyGC.auto_compact_set(ThreadContext context, IRubyObject recv, IRubyObject autoCompact) RubyIO.autoclose(ThreadContext context) RubyIO.autoclose_set(ThreadContext context, IRubyObject autoclose) static IRubyObjectRubyKernel.autoload(ThreadContext context, IRubyObject recv, IRubyObject symbol, IRubyObject file) RubyModule.autoload(ThreadContext context, IRubyObject symbol, IRubyObject file) static IRubyObjectRubyKernel.autoload_p(ThreadContext context, IRubyObject recv, IRubyObject symbol) RubyModule.autoload_p(ThreadContext context, IRubyObject symbol) RubyModule.autoload_p(ThreadContext context, IRubyObject symbol, IRubyObject inherit) RubyString.b(ThreadContext context) static IRubyObjectRubyKernel.backquote(ThreadContext context, IRubyObject recv, IRubyObject str) RubyException.backtrace()RubyThread.backtrace(ThreadContext context) RubyThread.backtrace(ThreadContext context, IRubyObject level) RubyThread.backtrace(ThreadContext context, IRubyObject level, IRubyObject length) RubyException.backtrace_locations(ThreadContext context) RubyThread.backtrace_locations(ThreadContext context) RubyThread.backtrace_locations(ThreadContext context, IRubyObject level) RubyThread.backtrace_locations(ThreadContext context, IRubyObject level, IRubyObject length) RubyThread.Location.base_label(ThreadContext context) static RubyStringRubyFile.basename(ThreadContext context, IRubyObject recv, IRubyObject path) static RubyStringRubyFile.basename(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject ext) RubyArithmeticSequence.begin(ThreadContext context) RubyMatchData.begin(ThreadContext context, IRubyObject index) MRI: match_beginRubyRange.begin(ThreadContext context) static RubyBooleanRubyComparable.between_p(ThreadContext context, IRubyObject recv, IRubyObject first, IRubyObject second) cmp_betweenRubyUnboundMethod.bind(ThreadContext context, IRubyObject aReceiver) RubyUnboundMethod.bind_call(ThreadContext context, IRubyObject[] args, Block block) static RubyBindingRubyKernel.binding(ThreadContext context, IRubyObject recv, Block block) RubyProc.binding()static IRubyObjectRubyArgsFile.binmode(ThreadContext context, IRubyObject recv) RubyIO.binmode(ThreadContext context) static IRubyObjectRubyIO.binread(ThreadContext context, IRubyObject recv, IRubyObject[] args) binread is just like read, except it doesn't take options and it forces mode to be "rb:ASCII-8BIT"static IRubyObjectRubyIO.binwrite(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyFile.birthtime(ThreadContext context) static IRubyObjectRubyFile.birthtime(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.birthtime(ThreadContext context) abstract IRubyObjectRubyInteger.bit_length(ThreadContext context) static RubyBooleanRubyKernel.block_given_p(ThreadContext context, IRubyObject recv) RubyFileStat.blockdev_p(ThreadContext context) static IRubyObjectRubyFileTest.blockdev_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.blockdev_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.blocks(ThreadContext context) RubyFileStat.blockSize(ThreadContext context) RubyArray.bsearch(ThreadContext context, Block block) RubyArray.bsearch_index(ThreadContext context, Block block) RubyMatchData.bytebegin(ThreadContext context, IRubyObject group) RubyMatchData.byteend(ThreadContext context, IRubyObject group) RubyString.byteindex(ThreadContext context, IRubyObject arg0) RubyString.byteindex(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyMatchData.byteoffset(ThreadContext context, IRubyObject group) RubyString.byterindex(ThreadContext context, IRubyObject arg0) RubyString.byterindex(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyArgsFile.bytes(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyRandom.bytes(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyRandomBase.bytes(ThreadContext context, IRubyObject arg) RubyString.bytes(ThreadContext context, Block block) RubyString.bytesize(ThreadContext context) RubyString.byteslice(ThreadContext context, IRubyObject arg) RubyString.byteslice(ThreadContext context, IRubyObject arg1, IRubyObject arg2) RubyString.bytesplice(ThreadContext context, IRubyObject[] args) RubyString.bytesplice(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.bytesplice(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyMethod.call(ThreadContext context, Block block) Call the method.RubyMethod.call(ThreadContext context, IRubyObject[] args, Block block) RubyMethod.call(ThreadContext context, IRubyObject arg, Block block) RubyMethod.call(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyMethod.call(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) final IRubyObjectRubyProc.call(ThreadContext context, Block blockCallArg) final IRubyObjectRubyProc.call(ThreadContext context, IRubyObject[] args, Block blockCallArg) final IRubyObjectRubyProc.call(ThreadContext context, IRubyObject arg0, Block blockCallArg) final IRubyObjectRubyProc.call(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block blockCallArg) final IRubyObjectRubyProc.call(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block blockCallArg) static IRubyObjectRubyKernel.caller(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.caller(ThreadContext context, IRubyObject recv, IRubyObject level) static IRubyObjectRubyKernel.caller(ThreadContext context, IRubyObject recv, IRubyObject level, IRubyObject length) static IRubyObjectRubyKernel.caller_locations(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.caller_locations(ThreadContext context, IRubyObject recv, IRubyObject level) static IRubyObjectRubyKernel.caller_locations(ThreadContext context, IRubyObject recv, IRubyObject level, IRubyObject length) RubyString.capitalize(ThreadContext context) rb_str_capitalize / rb_str_capitalize_bangRubyString.capitalize(ThreadContext context, IRubyObject arg) RubyString.capitalize(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubySymbol.capitalize(ThreadContext context) RubySymbol.capitalize(ThreadContext context, IRubyObject arg) RubySymbol.capitalize(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.capitalize_bang(ThreadContext context) RubyString.capitalize_bang(ThreadContext context, IRubyObject arg) RubyString.capitalize_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyMatchData.captures(ThreadContext context) match_capturesRubyString.casecmp(ThreadContext context, IRubyObject other) RubySymbol.casecmp(ThreadContext context, IRubyObject other) RubyString.casecmp_p(ThreadContext context, IRubyObject other) RubySymbol.casecmp_p(ThreadContext context, IRubyObject other) RubyRegexp.casefold_p(ThreadContext context) final IRubyObjectNativeException.cause()Deprecated.RubyException.cause(ThreadContext context) static RubyFloatRubyMath.cbrt(ThreadContext context, IRubyObject recv, IRubyObject x) RubyFloat.ceil(ThreadContext context) MRI: flo_ceilRubyFloat.ceil(ThreadContext context, IRubyObject digits) MRI: flo_ceilRubyInteger.ceil(ThreadContext context) abstract IRubyObjectRubyInteger.ceil(ThreadContext context, IRubyObject arg) RubyNumeric.ceil(ThreadContext context) MRI: num_ceilRubyRational.ceil(ThreadContext context) MRI: nurat_ceil_nRubyRational.ceil(ThreadContext context, IRubyObject n) RubyTime.ceil(ThreadContext context, IRubyObject[] args) RubyString.center(ThreadContext context, IRubyObject arg0) rb_str_centerRubyString.center(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyEnumerable.chain(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyProcess.GroupID.change_privilege(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyProcess.UserID.change_privilege(ThreadContext context, IRubyObject self, IRubyObject arg) RubyFileStat.chardev_p(ThreadContext context) static IRubyObjectRubyFileTest.chardev_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.chardev_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyArgsFile.chars(ThreadContext context, IRubyObject recv, Block block) RubyString.chars(ThreadContext context, Block block) RubyDir.chdir(ThreadContext context, Block block) static IRubyObjectRubyDir.chdir(ThreadContext context, IRubyObject recv, Block block) Changes the current directory topathstatic IRubyObjectRubyDir.chdir(ThreadContext context, IRubyObject recv, IRubyObject path, Block block) Changes the current directory topathRubyDir.children(ThreadContext context) Returns an array containing all of the filenames except for "." and ".." in the given directory.static RubyArrayRubyDir.children(ThreadContext context, IRubyObject recv, IRubyObject arg) static RubyArrayRubyDir.children(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject opts) RubyFile.chmod(ThreadContext context, IRubyObject arg) static IRubyObjectRubyFile.chmod(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyKernel.LoopMethods.chomp(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.LoopMethods.chomp(ThreadContext context, IRubyObject recv, IRubyObject arg0) RubyString.chomp(ThreadContext context) rb_str_chomp_bang In the common case, removes CR and LF characters in various ways depending on the value of the optional args[0].RubyString.chomp(ThreadContext context, IRubyObject arg0) RubyString.chomp_bang(ThreadContext context) RubyString.chomp_bang(ThreadContext context, IRubyObject arg0) static IRubyObjectRubyKernel.LoopMethods.chop(ThreadContext context, IRubyObject recv) RubyString.chop(ThreadContext context) rb_str_chop / rb_str_chop_bangRubyString.chop_bang(ThreadContext context) RubyFile.chown(ThreadContext context, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyFile.chown(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyInteger.chr(ThreadContext context) int_chrRubyInteger.chr(ThreadContext context, IRubyObject arg) RubyString.chr(ThreadContext context) static IRubyObjectRubyDir.chroot(ThreadContext context, IRubyObject recv, IRubyObject path) Changes the root directory (only allowed by super user).static IRubyObjectRubyEnumerable.chunk(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyComparable.clamp(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyComparable.clamp(ThreadContext context, IRubyObject recv, IRubyObject min, IRubyObject max) RubyModule.class_variable_defined_p(ThreadContext context, IRubyObject var) RubyModule.class_variable_get(ThreadContext context, IRubyObject name) rb_mod_cvar_getRubyModule.class_variable_set(ThreadContext context, IRubyObject name, IRubyObject value) rb_mod_cvar_setRubyModule.class_variables(ThreadContext context) RubyModule.class_variables(ThreadContext context, IRubyObject inherit) RubyIOBuffer.clear(ThreadContext context) RubyIOBuffer.clear(ThreadContext context, IRubyObject value) RubyIOBuffer.clear(ThreadContext context, IRubyObject _value, IRubyObject _offset) RubyIOBuffer.clear(ThreadContext context, IRubyObject _value, IRubyObject _offset, IRubyObject _length) abstract IRubyObjectRubyObjectSpace.AbstractWeakMap.clear(ThreadContext context) RubyString.clear(ThreadContext context) static IRubyObjectRubyProcess.clock_getres(ThreadContext context, IRubyObject self, IRubyObject _clock_id) static IRubyObjectRubyProcess.clock_getres(ThreadContext context, IRubyObject self, IRubyObject _clock_id, IRubyObject _unit) static IRubyObjectRubyProcess.clock_gettime(ThreadContext context, IRubyObject self, IRubyObject _clock_id) static IRubyObjectRubyProcess.clock_gettime(ThreadContext context, IRubyObject self, IRubyObject _clock_id, IRubyObject _unit) static IRubyObjectRubyArgsFile.close(ThreadContext context, IRubyObject recv) RubyDir.close(ThreadContext context) Closes the directory stream.RubyIO.close(ThreadContext context) Closes all open resources for the IO.RubyIO.close_on_exec_p(ThreadContext context) RubyIO.close_on_exec_set(ThreadContext context, IRubyObject arg) RubyIO.close_read(ThreadContext context) RubyIO.close_write(ThreadContext context) static IRubyObjectRubyArgsFile.closed_p(ThreadContext context, IRubyObject recv) RubyIO.closed_p(ThreadContext context) RubyFileStat.cmp(ThreadContext context, IRubyObject other) RubyString.codepoints(ThreadContext context, Block block) RubyComplex.coerce(ThreadContext context, IRubyObject other) nucomp_coerceRubyFloat.coerce(ThreadContext context, IRubyObject other) RubyNumeric.coerce(ThreadContext context, IRubyObject other) num_coercestatic IRubyObjectRubyEnumerable.collect(ThreadContext context, IRubyObject self, Block block) RubyArray.collect_bang(ThreadContext context, Block block) rb_ary_collect_bangstatic IRubyObjectRubyEnumerable.collect_concat(ThreadContext context, IRubyObject self, Block block) RubyArray.combination(ThreadContext context, IRubyObject num, Block block) rb_ary_combinationRubyArray.compact(ThreadContext context) static IRubyObjectRubyEnumerable.compact(ThreadContext context, IRubyObject self) static IRubyObjectRubyGC.compact(ThreadContext context, IRubyObject recv) RubyHash.compact(ThreadContext context) RubyArray.compact_bang(ThreadContext context) rb_ary_compact_bangRubyHash.compact_bang(ThreadContext context) RubyHash.compare_by_identity(ThreadContext context) RubyHash.compare_by_identity_p(ThreadContext context) static IRubyObjectRubyEncoding.compatible_p(ThreadContext context, IRubyObject self, IRubyObject first, IRubyObject second) RubyArray.concat(ThreadContext context, IRubyObject obj) rb_ary_concatRubyArray.concat(ThreadContext context, IRubyObject[] objs) rb_ary_concat_multiRubyString.concat(ThreadContext context, IRubyObject obj) rb_str_concatRubyString.concat(ThreadContext context, IRubyObject[] objs) rb_str_concat_multiRubyString.concatSingle(ThreadContext context, IRubyObject other) rb_str_concatRubyComplex.conjugate(ThreadContext context) nucomp_conjugateRubyNumeric.conjugate(ThreadContext context) numeric_realRubyModule.const_added(ThreadContext context, IRubyObject _newConstant) RubyModule.const_defined_p(ThreadContext context, IRubyObject name) rb_mod_const_definedRubyModule.const_defined_p(ThreadContext context, IRubyObject name, IRubyObject recurse) RubyModule.const_get(ThreadContext context, IRubyObject arg0) RubyModule.const_get(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyModule.const_missing(ThreadContext context, IRubyObject rubyName, Block block) Base implementation of Module#const_missing, throws NameError for specific missing constant.RubyModule.const_set(ThreadContext context, IRubyObject name, IRubyObject value) rb_mod_const_setRubyModule.const_source_location(ThreadContext context, IRubyObject[] args) RubyModule.constants(ThreadContext context) RubyModule.constants(ThreadContext context, IRubyObject allConstants) static IRubyObjectRubyComplex.convert(ThreadContext context, IRubyObject recv, IRubyObject arg) nucomp_s_convertstatic IRubyObjectRubyComplex.convert(ThreadContext context, IRubyObject recv, IRubyObject a1, IRubyObject a2) nucomp_s_convertstatic IRubyObjectRubyComplex.convert(ThreadContext context, IRubyObject recv, IRubyObject a1, IRubyObject a2, IRubyObject kwargs) nucomp_s_convertRubyConverter.convert(ThreadContext context, IRubyObject srcBuffer) static IRubyObjectRubyRational.convert(ThreadContext context, IRubyObject recv, IRubyObject a1) nurat_s_convertstatic IRubyObjectRubyRational.convert(ThreadContext context, IRubyObject recv, IRubyObject a1, IRubyObject a2) nurat_s_convertstatic IRubyObjectRubyRational.convert(ThreadContext context, IRubyObject recv, IRubyObject a1, IRubyObject a2, IRubyObject kwargs) nurat_s_convertRubyConverter.convpath(ThreadContext context) RubyIOBuffer.copy(ThreadContext context, IRubyObject source) RubyIOBuffer.copy(ThreadContext context, IRubyObject[] args) RubyIOBuffer.copy(ThreadContext context, IRubyObject source, IRubyObject _offset) RubyIOBuffer.copy(ThreadContext context, IRubyObject source, IRubyObject _offset, IRubyObject _length) static IRubyObjectRubyIO.copy_stream(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyIO.copy_stream(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyIO.copy_stream(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyProcess.RubyStatus.coredump_p(ThreadContext context) static RubyFloatRubyMath.cos(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.cosh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyArray.count(ThreadContext context, Block block) RubyArray.count(ThreadContext context, IRubyObject obj, Block block) static IRubyObjectRubyEnumerable.count(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.count(ThreadContext context, IRubyObject self, IRubyObject methodArg, Block block) static IRubyObjectRubyGC.count(ThreadContext context, IRubyObject recv) RubyRange.count(ThreadContext context, Block block) RubyString.count(ThreadContext context) RubyString.count(ThreadContext context, IRubyObject arg) RubyString.count(ThreadContext context, IRubyObject[] args) RubyRange.cover_p(ThreadContext context, IRubyObject obj) static IRubyObjectRubyArray.create(ThreadContext context, IRubyObject klass, IRubyObject[] args, Block block) rb_ary_s_createstatic IRubyObjectRubyHash.create(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) rb_hash_s_createRubyString.crypt(ThreadContext context, IRubyObject other) rb_str_cryptRubyFile.ctime(ThreadContext context) static IRubyObjectRubyFile.ctime(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.ctime(ThreadContext context) static RubyThreadRubyThread.current(IRubyObject recv) RubyMethod.curry(ThreadContext context) RubyMethod.curry(ThreadContext context, IRubyObject arg0) RubyArray.cycle(ThreadContext context, Block block) rb_ary_cycleRubyArray.cycle(ThreadContext context, IRubyObject arg, Block block) rb_ary_cyclestatic IRubyObjectRubyEnumerable.cycle(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.cycle(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyArray.deconstruct(ThreadContext context) static RubyArrayRubyData.deconstruct(ThreadContext context, IRubyObject self) RubyMatchData.deconstruct(ThreadContext context) static RubyHashRubyData.deconstruct_keys(ThreadContext context, IRubyObject self, IRubyObject keys) RubyHash.deconstruct_keys(ThreadContext context, IRubyObject _arg1) RubyMatchData.deconstruct_keys(ThreadContext context, IRubyObject what) RubyStruct.deconstruct_keys(ThreadContext context, IRubyObject keysArg) RubyHash.default_proc(ThreadContext context) rb_hash_default_procRubyHash.default_value_get(ThreadContext context) RubyHash.default_value_get(ThreadContext context, IRubyObject arg) RubyHash.default_value_set(ThreadContext context, IRubyObject defaultValue) rb_hash_set_defaultstatic RubyClassRubyData.define(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectRubyObjectSpace.define_finalizer(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyModule.define_method(ThreadContext context, IRubyObject arg0, Block block) RubyModule.define_method(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectRubyKernel.define_singleton_method(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyArray.delete(ThreadContext context, IRubyObject item, Block block) rb_ary_deletestatic IRubyObjectRubyFile.delete(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.delete(ThreadContext context, IRubyObject key, Block block) RubyHash.delete(ThreadContext context, IRubyObject key, Block block) rb_hash_deleteRubyObjectSpace.AbstractWeakMap.delete(ThreadContext context, IRubyObject key, Block block) RubyString.delete(ThreadContext context) rb_str_delete / rb_str_delete_bangRubyString.delete(ThreadContext context, IRubyObject arg) RubyString.delete(ThreadContext context, IRubyObject[] args) RubyArray.delete_at(ThreadContext context, IRubyObject obj) rb_ary_delete_at_mRubyString.delete_bang(ThreadContext context) RubyString.delete_bang(ThreadContext context, IRubyObject arg) RubyString.delete_bang(ThreadContext context, IRubyObject[] args) RubyArray.delete_if(ThreadContext context, Block block) RubyHash.delete_if(ThreadContext context, Block block) RubyString.delete_prefix(ThreadContext context, IRubyObject prefix) RubyString.delete_prefix_bang(ThreadContext context, IRubyObject prefix) RubyString.delete_suffix(ThreadContext context, IRubyObject suffix) RubyString.delete_suffix_bang(ThreadContext context, IRubyObject suffix) RubyComplex.demoninator(ThreadContext context) nucomp_denominatorRubyFloat.denominator(ThreadContext context) flo_denominatorRubyInteger.denominator(ThreadContext context) RubyNumeric.denominator(ThreadContext context) numeric_denominatorRubyRational.denominator(ThreadContext context) nurat_denominatorRubyModule.deprecate_constant(ThreadContext context, IRubyObject name) RubyModule.deprecate_constant(ThreadContext context, IRubyObject[] names) RubyConverter.destination_encoding(ThreadContext context) static IRubyObjectRubyConverter.EncodingErrorMethods.destination_encoding(ThreadContext context, IRubyObject self) static IRubyObjectRubyConverter.EncodingErrorMethods.destination_encoding_name(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.detach(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyException.detailed_message(ThreadContext context) RubyException.detailed_message(ThreadContext context, IRubyObject opts) RubyException.detailed_message(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyEnumerable.detect(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.detect(ThreadContext context, IRubyObject self, IRubyObject ifnone, Block block) RubyFileStat.dev(ThreadContext context) RubyFileStat.devMajor(ThreadContext context) RubyFileStat.devMinor(ThreadContext context) RubyArray.difference(ThreadContext context, IRubyObject[] args) rb_ary_difference_multiRubyArray.dig(ThreadContext context, IRubyObject arg0) RubyArray.dig(ThreadContext context, IRubyObject[] args) RubyArray.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyArray.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyHash.dig(ThreadContext context, IRubyObject arg0) RubyHash.dig(ThreadContext context, IRubyObject[] args) RubyHash.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyHash.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyStruct.dig(ThreadContext context, IRubyObject arg0) RubyStruct.dig(ThreadContext context, IRubyObject[] args) RubyStruct.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyStruct.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyInteger.digits(ThreadContext context) abstract RubyArrayRubyInteger.digits(ThreadContext context, IRubyObject base) RubyFileStat.directory_p(ThreadContext context) static IRubyObjectRubyFileTest.directory_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.directory_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFile.dirname(ThreadContext context, IRubyObject recv, IRubyObject path) static IRubyObjectRubyFile.dirname(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject arg1) static IRubyObjectRubyGC.disable(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.display(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyNumeric.div(ThreadContext context, IRubyObject other) MRI: num_divRubyBignum.divmod(ThreadContext context, IRubyObject other) rb_big_divmodRubyFloat.divmod(ThreadContext context, IRubyObject other) flo_divmodRubyInteger.divmod(ThreadContext context, IRubyObject other) RubyNumeric.divmod(ThreadContext context, IRubyObject other) num_divmodstatic IRubyObjectRubyRange.BSearch.double_to_long_bits(ThreadContext context, IRubyObject bsearch, IRubyObject flote) RubyString.downcase(ThreadContext context) rb_str_downcase / rb_str_downcase_bangRubyString.downcase(ThreadContext context, IRubyObject arg) RubyString.downcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubySymbol.downcase(ThreadContext context) RubySymbol.downcase(ThreadContext context, IRubyObject arg) RubySymbol.downcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.downcase_bang(ThreadContext context) RubyString.downcase_bang(ThreadContext context, IRubyObject arg) RubyString.downcase_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyInteger.downto(ThreadContext context, IRubyObject to, Block block) int_downtoRubyArray.drop(ThreadContext context, IRubyObject n) rb_ary_takestatic IRubyObjectRubyEnumerable.drop(ThreadContext context, IRubyObject self, IRubyObject n, Block block) RubyArray.drop_while(ThreadContext context, Block block) rb_ary_take_whilestatic IRubyObjectRubyEnumerable.drop_while(ThreadContext context, IRubyObject self, Block block) RubyEncoding.dummy_p(ThreadContext context) static IRubyObjectRubyMarshal.dump(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObjectRubyMarshal.dump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject ioOrLimit) static IRubyObjectRubyMarshal.dump(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject io, IRubyObject limit) RubyNameError.RubyNameErrorMessage.dump(ThreadContext context, IRubyObject arg) RubyString.dump(ThreadContext context) rb_str_dumpRubyTime.dump(ThreadContext context) RubyTime.dump(ThreadContext context, IRubyObject arg) RubyBinding.dup(ThreadContext context) RubyChain.dup()RubyEnumerator.dup()RubyGlobal.CaseInsensitiveStringOnlyRubyHash.dup(ThreadContext context) RubyHash.dup(ThreadContext context) static IRubyObjectRubyKernel.dup(IRubyObject self) RubyMethod.dup(ThreadContext context) RubyProc.dup(ThreadContext context) RubyString.dup(ThreadContext context) RubyUnboundMethod.dup(ThreadContext context) static IRubyObjectRubyArgsFile.each(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyArithmeticSequence.each(ThreadContext context, Block block) RubyArray.each(ThreadContext context, Block block) mri: rb_ary_eachRubyChain.each(ThreadContext context, IRubyObject[] args, Block block) RubyDir.each(ThreadContext context, Block block) Executes the block once for each entry in the directory.RubyDir.each(ThreadContext context, IRubyObject encOpts, Block block) RubyEnumerator.each(ThreadContext context, Block block) Send current block and supplied args to method on target.RubyEnumerator.each(ThreadContext context, IRubyObject[] args, Block block) RubyGenerator.each(ThreadContext context, IRubyObject[] args, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.each(ThreadContext context, Block block) RubyHash.each(ThreadContext context, Block block) RubyIO.each(ThreadContext context, Block block) RubyIO.each(ThreadContext context, IRubyObject arg0, Block block) RubyIO.each(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyIO.each(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyIOBuffer.each(ThreadContext context, IRubyObject _dataType, Block block) RubyIOBuffer.each(ThreadContext context, IRubyObject _dataType, IRubyObject _offset, Block block) RubyIOBuffer.each(ThreadContext context, IRubyObject _dataType, IRubyObject _offset, IRubyObject _count, Block block) RubyObjectSpace.AbstractWeakMap.each(ThreadContext context, Block block) RubyProducer.each(ThreadContext context, IRubyObject[] args, Block block) RubyRange.each(ThreadContext context, Block block) RubyStruct.each(ThreadContext context, Block block) static IRubyObjectRubyArgsFile.each_byte(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyArgsFile.each_byte(ThreadContext context, IRubyObject recv, IRubyObject arg, Block block) RubyIO.each_byte(ThreadContext context, Block block) RubyIOBuffer.each_byte(ThreadContext context, Block block) RubyIOBuffer.each_byte(ThreadContext context, IRubyObject _offset, Block block) RubyIOBuffer.each_byte(ThreadContext context, IRubyObject _offset, IRubyObject _count, Block block) RubyString.each_byte(ThreadContext context, Block block) rb_str_each_bytestatic IRubyObjectRubyThread.each_caller_location(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyArgsFile.each_char(ThreadContext context, IRubyObject recv, Block block) RubyIO.each_char(ThreadContext context, Block block) RubyString.each_char(ThreadContext context, Block block) static IRubyObjectRubyDir.each_child(ThreadContext context, IRubyObject recv, IRubyObject arg, Block block) Executes the block once for each entry in the directory except for "." and "..", passing the filename of each entry as parameter to the block.static IRubyObjectRubyDir.each_child(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject encOpts, Block block) Executes the block once for each entry in the directory except for "." and "..", passing the filename of each entry as parameter to the block.static IRubyObjectRubyArgsFile.each_codepoint(ThreadContext context, IRubyObject recv, Block block) RubyIO.each_codepoint(ThreadContext context, Block block) RubyString.each_codepoint(ThreadContext context, Block block) rb_str_each_codepointRubyArithmeticSequence.each_cons(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.each_cons(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyEnumerator.each_cons(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.each_entry(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) RubyEnumerator.each_entry(ThreadContext context, Block block) RubyEnumerator.each_entry(ThreadContext context, IRubyObject[] args, Block block) RubyEnumerator.each_entry(ThreadContext context, IRubyObject arg0, Block block) RubyString.each_grapheme_cluster(ThreadContext context, Block block) RubyArray.each_index(ThreadContext context, Block block) RubyHash.each_key(ThreadContext context, Block block) RubyObjectSpace.AbstractWeakMap.each_key(ThreadContext context, Block block) static IRubyObjectRubyArgsFile.each_line(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Invoke a block for each line.RubyIO.each_line(ThreadContext context, Block block) RubyIO.each_line(ThreadContext context, IRubyObject arg0, Block block) RubyIO.each_line(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyIO.each_line(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyString.each_line(ThreadContext context, Block block) rb_str_each_lineRubyString.each_line(ThreadContext context, IRubyObject arg, Block block) RubyString.each_line(ThreadContext context, IRubyObject arg, IRubyObject opts, Block block) static IRubyObjectRubyObjectSpace.each_object(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyStruct.each_pair(ThreadContext context, Block block) RubyArithmeticSequence.each_slice(ThreadContext context, IRubyObject arg, Block block) RubyArray.each_slice(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.each_slice(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyEnumerator.each_slice(ThreadContext context, IRubyObject arg, Block block) RubyHash.each_value(ThreadContext context, Block block) RubyObjectSpace.AbstractWeakMap.each_value(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.each_with_index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.each_with_index(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectRubyEnumerable.each_with_index(ThreadContext context, IRubyObject self, IRubyObject arg0, Block block) RubyEnumerator.each_with_index(ThreadContext context, Block block) RubyArithmeticSequence.each_with_object(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.each_with_object(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyEnumerator.each_with_object(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyProcess.egid(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.egid_set(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyProcess.GroupID.eid(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.GroupID.eid(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyProcess.UserID.eid(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.UserID.eid(ThreadContext context, IRubyObject self, IRubyObject arg) RubyArray.empty_p(ThreadContext context) rb_ary_empty_pstatic IRubyObjectRubyDir.empty_p(ThreadContext context, IRubyObject recv, IRubyObject path) RubyHash.empty_p(ThreadContext context) rb_hash_empty_pRubyIOBuffer.empty_p(ThreadContext context) RubyString.empty_p(ThreadContext context) rb_str_emptyRubySymbol.empty_p(ThreadContext context) static IRubyObjectRubyGC.enable(ThreadContext context, IRubyObject recv) RubyThreadGroup.enclosed_p(ThreadContext context, Block block) RubyString.encode(ThreadContext context) RubyString.encode(ThreadContext context, IRubyObject arg) RubyString.encode(ThreadContext context, IRubyObject toEncoding, IRubyObject arg) RubyString.encode(ThreadContext context, IRubyObject toEncoding, IRubyObject forcedEncoding, IRubyObject opts) RubyString.encode_bang(ThreadContext context) RubyString.encode_bang(ThreadContext context, IRubyObject arg0) RubyString.encode_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.encode_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyRegexp.encoding(ThreadContext context) RubyString.encoding(ThreadContext context) RubySymbol.encoding(ThreadContext context) RubyArithmeticSequence.end(ThreadContext context) RubyMatchData.end(ThreadContext context, IRubyObject index) match_endRubyRange.end(ThreadContext context) RubyString.end_with_p(ThreadContext context) RubyString.end_with_p(ThreadContext context, IRubyObject arg) RubyString.end_with_p(ThreadContext context, IRubyObject[] args) RubySymbol.end_with_p(ThreadContext context) RubySymbol.end_with_p(ThreadContext context, IRubyObject arg) RubySymbol.end_with_p(ThreadContext context, IRubyObject[] args) RubyDir.entries(ThreadContext context) static RubyArrayRubyDir.entries(ThreadContext context, IRubyObject recv, IRubyObject arg) Returns an array containing all of the filenames in the given directory.static RubyArrayRubyDir.entries(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject opts) static IRubyObjectRubyArgsFile.eof(ThreadContext context, IRubyObject recv) static IRubyObjectRubyArgsFile.eof_p(ThreadContext context, IRubyObject recv) RubyIO.eof_p(ThreadContext context) RubyArray.eql(ThreadContext context, IRubyObject obj) rb_ary_eqlstatic IRubyObjectRubyData.eql(ThreadContext context, IRubyObject self, IRubyObject other) RubyComplex.eql_p(ThreadContext context, IRubyObject other) nucomp_eql_pRubyFloat.eql_p(ThreadContext context, IRubyObject other) static IRubyObjectRubyKernel.eql_p(ThreadContext context, IRubyObject self, IRubyObject obj) RubyMatchData.eql_p(ThreadContext context, IRubyObject obj) RubyNumeric.eql_p(ThreadContext context, IRubyObject other) num_eqlRubyRange.eql_p(ThreadContext context, IRubyObject other) RubyStruct.eql_p(ThreadContext context, IRubyObject other) RubyTime.eql_p(ThreadContext context, IRubyObject otherArg) RubyRegexp.eqq(ThreadContext context, IRubyObject arg) rb_reg_eqqRubyRange.eqq_p(ThreadContext context, IRubyObject obj) RubyBasicObject.equal_p(ThreadContext context, IRubyObject other) rb_obj_equal Will use Java identity equality.static RubyFloatRubyMath.erf(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.erfc(ThreadContext context, IRubyObject recv, IRubyObject x) RubySystemCallError.errno()static IRubyObjectRubyConverter.InvalidByteSequenceErrorMethods.error_bytes(ThreadContext context, IRubyObject self) static IRubyObjectRubyConverter.UndefinedConversionErrorMethods.error_char(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.euid(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.euid_set(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyBinding.eval(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.eval(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyInteger.even_p(ThreadContext context) RubyHash.except(ThreadContext context, IRubyObject[] keys) RubyException.exception(IRubyObject[] args) static IRubyObjectRubyException.exception(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyNameError.exception(ThreadContext context, IRubyObject recv) static RubyExceptionRubyNameError.exception(ThreadContext context, IRubyObject recv, IRubyObject message) static RubyExceptionRubyNameError.exception(ThreadContext context, IRubyObject recv, IRubyObject message, IRubyObject name) RubyArithmeticSequence.exclude_end(ThreadContext context) RubyRange.exclude_end_p(ThreadContext context) static IRubyObjectRubyProcess.exec(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyFileStat.executable_p(ThreadContext context) static IRubyObjectRubyFileTest.executable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.executable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.executable_real_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.executable_real_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.executableReal_p(ThreadContext context) static IRubyObjectRubyDir.exist(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyFileTest.exist_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.FileTestFileMethods.exist_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyKernel.exit(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.exit(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyThread.exit(IRubyObject receiver, Block block) static IRubyObjectRubyKernel.exit_bang(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.exit_bang(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyLocalJumpError.exit_value()RubyProcess.RubyStatus.exited(ThreadContext context) RubyProcess.RubyStatus.exitstatus(ThreadContext context) static RubyFloatRubyMath.exp(ThreadContext context, IRubyObject recv, IRubyObject exponent) static IRubyObjectRubyFile.expand_path(ThreadContext context, IRubyObject recv, IRubyObject path) Converts a pathname to an absolute pathname.static IRubyObjectRubyFile.expand_path(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject wd) Converts a pathname to an absolute pathname.static IRubyObjectRubyKernel.extend(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyModule.extend_object(ThreadContext context, IRubyObject obj) rb_mod_extend_objectRubyModule.extended(ThreadContext context, IRubyObject other, Block block) static IRubyObjectRubyArgsFile.external_encoding(ThreadContext context, IRubyObject recv) RubyIO.external_encoding(ThreadContext context) RubyIOBuffer.external_p(ThreadContext context) static IRubyObjectRubyFile.extname(ThreadContext context, IRubyObject recv, IRubyObject arg) Returns the extension name of the file.static IRubyObjectRubyBoolean.False.false_and(IRubyObject fals, IRubyObject oth) static IRubyObjectRubyBoolean.False.false_or(ThreadContext context, IRubyObject fals, IRubyObject oth) static IRubyObjectRubyBoolean.False.false_xor(ThreadContext context, IRubyObject fals, IRubyObject oth) static IRubyObjectRubyDir.fchdir(ThreadContext context, IRubyObject dirClass, IRubyObject ignored) RubyIO.fcntl(ThreadContext context, IRubyObject cmd) RubyIO.fcntl(ThreadContext context, IRubyObject cmd, IRubyObject arg) RubyComplex.fdiv(ThreadContext context, IRubyObject other) nucomp_fdivRubyInteger.fdiv(ThreadContext context, IRubyObject y) RubyNumeric.fdiv(ThreadContext context, IRubyObject other) num_fdivRubyRational.fdiv(ThreadContext context, IRubyObject other) nurat_fdivRubyArray.fetch(ThreadContext context, IRubyObject arg0, Block block) rb_ary_fetchRubyArray.fetch(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) rb_ary_fetchRubyGlobal.CaseInsensitiveStringOnlyRubyHash.fetch(ThreadContext context, IRubyObject[] args, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.fetch(ThreadContext context, IRubyObject key, Block block) RubyHash.fetch(ThreadContext context, IRubyObject key, Block block) RubyHash.fetch(ThreadContext context, IRubyObject key, IRubyObject _default, Block block) RubyThread.fetch(ThreadContext context, IRubyObject key, Block block) RubyThread.fetch(ThreadContext context, IRubyObject key, IRubyObject _default, Block block) RubyArray.fetch_values(ThreadContext context, IRubyObject[] args, Block block) RubyHash.fetch_values(ThreadContext context, IRubyObject[] args, Block block) static IRubyObjectRubyArgsFile.file(ThreadContext context, IRubyObject recv) RubyFileStat.file_p(ThreadContext context) static RubyBooleanRubyFileTest.file_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.FileTestFileMethods.file_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyArgsFile.filename(ThreadContext context, IRubyObject recv) static IRubyObjectRubyArgsFile.fileno(ThreadContext context, IRubyObject recv) RubyDir.fileno(ThreadContext context) RubyIO.fileno(ThreadContext context) RubyArray.fill(ThreadContext context, Block block) RubyArray.fill(ThreadContext context, IRubyObject arg, Block block) RubyArray.fill(ThreadContext context, IRubyObject arg1, IRubyObject arg2, Block block) RubyArray.fill(ThreadContext context, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, Block block) static IRubyObjectRubyEnumerable.filter_map(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEncoding.find(ThreadContext context, IRubyObject recv, IRubyObject str) static IRubyObjectRubyEnumerable.find(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.find(ThreadContext context, IRubyObject self, IRubyObject ifnone, Block block) static IRubyObjectRubyEnumerable.find_all(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.find_index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.find_index(ThreadContext context, IRubyObject self, IRubyObject cond, Block block) RubyConverter.finish(ThreadContext context) RubyComplex.finite_p(ThreadContext context) RubyFloat.finite_p(ThreadContext context) RubyNumeric.finite_p(ThreadContext context) RubyArithmeticSequence.first(ThreadContext context) RubyArithmeticSequence.first(ThreadContext context, IRubyObject num) RubyArray.first(ThreadContext context) RubyArray.first(ThreadContext context, IRubyObject arg0) static IRubyObjectRubyEnumerable.first(ThreadContext context, IRubyObject self) static IRubyObjectRubyEnumerable.first(ThreadContext context, IRubyObject self, IRubyObject num) RubyRange.first(ThreadContext context) RubyRange.first(ThreadContext context, IRubyObject arg) RubyRegexp.fixed_encoding_p(ThreadContext context) static IRubyObjectRubyEnumerable.flat_map(ThreadContext context, IRubyObject self, Block block) RubyArray.flatten(ThreadContext context) RubyArray.flatten(ThreadContext context, IRubyObject arg) RubyHash.flatten(ThreadContext context) RubyHash.flatten(ThreadContext context, IRubyObject level) RubyArray.flatten_bang(ThreadContext context) RubyArray.flatten_bang(ThreadContext context, IRubyObject arg) RubyFile.flock(ThreadContext context, IRubyObject operation) RubyFloat.floor(ThreadContext context) MRI: flo_floorRubyFloat.floor(ThreadContext context, IRubyObject digits) MRI: flo_floorRubyInteger.floor(ThreadContext context) abstract IRubyObjectRubyInteger.floor(ThreadContext context, IRubyObject arg) RubyNumeric.floor(ThreadContext context) MRI: num_floorRubyRational.floor(ThreadContext context) MRI: nurat_floor_nRubyRational.floor(ThreadContext context, IRubyObject n) RubyTime.floor(ThreadContext context, IRubyObject[] args) RubyIO.flush(ThreadContext context) Flushes the IO output stream.static IRubyObjectRubyFile.fnmatch(ThreadContext context, IRubyObject recv, IRubyObject _pattern, IRubyObject _path) Returns true if path matches against pattern The pattern is not a regular expression; instead it follows rules similar to shell filename globbing.static IRubyObjectRubyFile.fnmatch(ThreadContext context, IRubyObject recv, IRubyObject _pattern, IRubyObject _path, IRubyObject _flags) static IRubyObjectRubyDir.for_fd(ThreadContext context, IRubyObject recv, IRubyObject ignored) static IRubyObjectRubyIO.for_fd(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyString.force_encoding(ThreadContext context, IRubyObject enc) static IRubyObjectRubyDir.foreach(ThreadContext context, IRubyObject recv, IRubyObject path, Block block) Executes the block once for each file in the directory specified bypath.static IRubyObjectRubyDir.foreach(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject encOpts, Block block) static IRubyObjectRubyIO.foreach(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyKernel.fork(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyProcess.fork(ThreadContext context, IRubyObject recv, Block block) RubyIOBuffer.free(ThreadContext context) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.freeze(ThreadContext context) static IRubyObjectRubyKernel.freeze(ThreadContext context, IRubyObject self) final IRubyObjectRubyModule.freeze(ThreadContext context) rb_mod_freezeRubyString.freeze(ThreadContext context) static RubyArrayRubyMath.frexp(ThreadContext context, IRubyObject recv, IRubyObject other) RubyTime.friday_p(ThreadContext context) RubyArray.frozen_p(ThreadContext context) rb_ary_frozen_pstatic RubyBooleanRubyKernel.frozen_p(ThreadContext context, IRubyObject self) RubyIO.fsync(ThreadContext context) static IRubyObjectRubyFile.ftype(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.ftype(ThreadContext context) RubyException.full_message(ThreadContext context) RubyException.full_message(ThreadContext context, IRubyObject opts) static RubyFloatRubyMath.gamma(ThreadContext context, IRubyObject recv, IRubyObject x) Based on Gergő Nemes's Gamma Function approximation formula, we compute approximate value of Gamma function of x.static IRubyObjectRubyGC.garbage_collect(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyObjectSpace.garbage_collect(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyInteger.gcd(ThreadContext context, IRubyObject other) rb_gcdRubyInteger.gcdlcm(ThreadContext context, IRubyObject other) rb_gcdlcmRubyIOBuffer.get_string(ThreadContext context) RubyIOBuffer.get_string(ThreadContext context, IRubyObject _offset) RubyIOBuffer.get_string(ThreadContext context, IRubyObject _offset, IRubyObject _length) RubyIOBuffer.get_string(ThreadContext context, IRubyObject _offset, IRubyObject _length, IRubyObject _encoding) RubyIOBuffer.get_value(ThreadContext context, IRubyObject type, IRubyObject _offset) RubyIOBuffer.get_values(ThreadContext context, IRubyObject dataTypes, IRubyObject _offset) static IRubyObjectRubyArgsFile.getbyte(ThreadContext context, IRubyObject recv) RubyIO.getbyte(ThreadContext context) Read a byte.RubyString.getbyte(ThreadContext context, IRubyObject index) static IRubyObjectRubyArgsFile.getc(ThreadContext context, IRubyObject recv) RubyIO.getc(ThreadContext context) static IRubyObjectRubyEncoding.getDefaultExternal(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEncoding.getDefaultInternal(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.Sys.getegid(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.Sys.geteuid(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.Sys.getgid(ThreadContext context, IRubyObject self) RubyTime.getgm()RubyObjectSpace.WeakKeyMap.getkey(ThreadContext context, IRubyObject key) RubyTime.getlocal(ThreadContext context) RubyTime.getlocal(ThreadContext context, IRubyObject off) RubyThread.getName(ThreadContext context) static IRubyObjectRubyProcess.getpgid(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyProcess.getpgrp(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.getpriority(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyProcess.getrlimit(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyArgsFile.gets(ThreadContext context, IRubyObject recv, IRubyObject[] args) Read a line.RubyIO.gets(ThreadContext context) Read a line.RubyIO.gets(ThreadContext context, IRubyObject arg) RubyIO.gets(ThreadContext context, IRubyObject rs, IRubyObject limit_arg) RubyIO.gets(ThreadContext context, IRubyObject rs, IRubyObject limit_arg, IRubyObject opt) static IRubyObjectRubyKernel.gets(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.Sys.getuid(ThreadContext context, IRubyObject self) static RubyStringRubyDir.getwd(ThreadContext context, IRubyObject recv) Returns the current directory.RubyFileStat.gid(ThreadContext context) static IRubyObjectRubyProcess.gid(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.gid_set(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyDir.glob(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Returns an array of filenames matching the specified wildcard patternpat.static RubyArrayRubyKernel.global_variables(ThreadContext context, IRubyObject recv) RubyTime.gmt(ThreadContext context) RubyTime.gmt_offset(ThreadContext context) RubyTime.gmtime(ThreadContext context) static IRubyObjectRubyProcess.GroupID.grant_privilege(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyProcess.UserID.grant_privilege(ThreadContext context, IRubyObject self, IRubyObject arg) RubyString.grapheme_clusters(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.grep(ThreadContext context, IRubyObject self, IRubyObject pattern, Block block) RubyThread.group()static IRubyObjectRubyEnumerable.group_by(ThreadContext context, IRubyObject self, Block block) RubyFileStat.group_owned_p(ThreadContext context) static IRubyObjectRubyProcess.groups(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.groups_set(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyFileTest.FileTestFileMethods.grpowned_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.grpowned_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyKernel.LoopMethods.gsub(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) static IRubyObjectRubyKernel.LoopMethods.gsub(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) RubyString.gsub(ThreadContext context, IRubyObject arg0, Block block) RubyString.gsub(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyString.gsub_bang(ThreadContext context, IRubyObject arg0, Block block) RubyString.gsub_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectRubyThread.handle_interrupt(ThreadContext context, IRubyObject self, IRubyObject _mask, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.has_key_p(ThreadContext context, IRubyObject key) RubyHash.has_key_p(ThreadContext context, IRubyObject key) rb_hash_has_keyRubyHash.has_value_p(ThreadContext context, IRubyObject expected) rb_hash_has_valueRubyGlobal.CaseInsensitiveStringOnlyRubyHash.has_value_pp(ThreadContext context, IRubyObject expected) RubyArithmeticSequence.hash(ThreadContext context) RubyArray.hash(ThreadContext context) rb_ary_hashRubyBoolean.hash(ThreadContext context) RubyComplex.hash(ThreadContext context) nucomp_hashstatic IRubyObjectRubyData.hash(ThreadContext context, IRubyObject self) RubyFloat.hash(ThreadContext context) RubyHash.hash(ThreadContext context) static RubyFixnumRubyKernel.hash(ThreadContext context, IRubyObject self) RubyMatchData.hash(ThreadContext context) RubyMethod.hash(ThreadContext context) RubyModule.hash(ThreadContext context) RubyNil.hash(ThreadContext context) RubyRange.hash(ThreadContext context) RubyRational.hash(ThreadContext context) nurat_hashRubyRegexp.hash(ThreadContext context) RubyString.hash(ThreadContext context) RubyStruct.hash(ThreadContext context) RubySymbol.hash(ThreadContext context) RubyTime.hash(ThreadContext context) RubyUnboundMethod.hash(ThreadContext context) RubyString.hex(ThreadContext context) rb_str_hexRubyIOBuffer.hexdump(ThreadContext context) static IRubyObjectRubyDir.home(ThreadContext context, IRubyObject recv) Returns the home directory of the current user or the named user if given.static IRubyObjectRubyDir.home(ThreadContext context, IRubyObject recv, IRubyObject user) RubyTime.hour(ThreadContext context) static RubyFloatRubyMath.hypot(ThreadContext context, IRubyObject recv, IRubyObject x, IRubyObject y) RubyBasicObject.id()rb_obj_id Return the internal id of an object.RubySymbol.id2name(ThreadContext context) static IRubyObjectRubyObjectSpace.id2ref(ThreadContext context, IRubyObject recv, IRubyObject id) static IRubyObjectRubyFileTest.FileTestFileMethods.identical_p(ThreadContext context, IRubyObject recv, IRubyObject filename1, IRubyObject filename2) static IRubyObjectRubyFileTest.identical_p(ThreadContext context, IRubyObject recv, IRubyObject filename1, IRubyObject filename2) abstract IRubyObjectRubyInteger.idiv(ThreadContext context, IRubyObject other) RubyComplex.image(ThreadContext context) nucomp_imageRubyNumeric.image(ThreadContext context) numeric_imagestatic IRubyObjectRubyModule.RefinementMethods.import_methods(ThreadContext context, IRubyObject self, IRubyObject[] modules) RubyModule.include(ThreadContext context, IRubyObject module) RubyModule.include(ThreadContext context, IRubyObject[] modules) rb_mod_includeRubyArray.include_p(ThreadContext context, IRubyObject item) rb_ary_includesstatic IRubyObjectRubyEnumerable.include_p(ThreadContext context, IRubyObject self, IRubyObject arg) RubyModule.include_p(ThreadContext context, IRubyObject arg) RubyRange.include_p(ThreadContext context, IRubyObject obj) RubyString.include_p(ThreadContext context, IRubyObject obj) rb_str_includeRubyModule.included(ThreadContext context, IRubyObject other) RubyModule.included_modules(ThreadContext context) rb_mod_included_modulesstatic IRubyObjectRubyConverter.InvalidByteSequenceErrorMethods.incomplete_input_p(ThreadContext context, IRubyObject self) RubyArray.index(ThreadContext context, Block block) RubyArray.index(ThreadContext context, IRubyObject obj, Block unused) RubyString.index(ThreadContext context, IRubyObject arg0) rb_str_index_mRubyString.index(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyComplex.infinite_p(ThreadContext context) RubyFloat.infinite_p(ThreadContext context) RubyNumeric.infinite_p(ThreadContext context) RubyClass.inherited(ThreadContext context, IRubyObject arg) static IRubyObjectRubyProcess.initgroups(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2) RubyArgsFile.initialize(ThreadContext context, IRubyObject[] args) RubyArray.initialize(ThreadContext context, Block block) rb_ary_initializeRubyArray.initialize(ThreadContext context, IRubyObject arg0, Block block) rb_ary_initializeRubyArray.initialize(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) rb_ary_initializeRubyBasicObject.initialize(ThreadContext context) RubyBinding.initialize(ThreadContext context) RubyChain.initialize(ThreadContext context, IRubyObject[] args) RubyClass.initialize(ThreadContext context, Block block) rb_class_initializeRubyClass.initialize(ThreadContext context, IRubyObject superObject, Block block) RubyConverter.initialize(ThreadContext context, IRubyObject[] args) static voidRubyData.initialize(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyDir.initialize(ThreadContext context, IRubyObject path) Creates a newDir.RubyDir.initialize(ThreadContext context, IRubyObject path, IRubyObject encOpts) LikeRubyDir.initialize(ThreadContext, IRubyObject)but accepts an :encoding option.RubyEnumerator.initialize(ThreadContext context, Block block) RubyEnumerator.initialize(ThreadContext context, IRubyObject size, Block block) RubyException.initialize(ThreadContext context) RubyException.initialize(ThreadContext context, IRubyObject arg0) RubyException.initialize(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyFile.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyFileStat.initialize(ThreadContext context, IRubyObject fname, Block unusedBlock) RubyFrozenError.initialize(ThreadContext context) RubyFrozenError.initialize(ThreadContext context, IRubyObject messageOrKwargs) RubyFrozenError.initialize(ThreadContext context, IRubyObject message, IRubyObject kwargs) RubyGenerator.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyHash.initialize(ThreadContext context, Block block) rb_hash_initializeRubyHash.initialize(ThreadContext context, IRubyObject _default, Block block) RubyHash.initialize(ThreadContext context, IRubyObject _default, IRubyObject hash, Block block) RubyInterrupt.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyIO.initialize(ThreadContext context, IRubyObject fileNumber, Block unused) RubyIO.initialize(ThreadContext context, IRubyObject fileNumber, IRubyObject second, Block unused) RubyIO.initialize(ThreadContext context, IRubyObject fileNumber, IRubyObject modeValue, IRubyObject options, Block unused) RubyIOBuffer.initialize(ThreadContext context) RubyIOBuffer.initialize(ThreadContext context, IRubyObject size) RubyIOBuffer.initialize(ThreadContext context, IRubyObject _size, IRubyObject flags) RubyKeyError.initialize(ThreadContext context) RubyKeyError.initialize(ThreadContext context, IRubyObject messageOrKwargs) RubyKeyError.initialize(ThreadContext context, IRubyObject message, IRubyObject kwargs) RubyKeyError.initialize(ThreadContext context, IRubyObject message, IRubyObject receiver, IRubyObject key) RubyModule.initialize(ThreadContext context, Block block) rb_mod_initializeRubyNameError.initialize(IRubyObject[] args, Block block) RubyNoMatchingPatternKeyError.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyRandomBase.initialize(ThreadContext context, IRubyObject[] args) RubyRange.initialize(ThreadContext context, IRubyObject[] args, Block unusedBlock) RubySignalException.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyString.initialize(ThreadContext context) RubyString.initialize(ThreadContext context, IRubyObject arg0) RubyString.initialize(ThreadContext context, IRubyObject arg0, IRubyObject opts) RubyStruct.initialize(ThreadContext context) RubyStruct.initialize(ThreadContext context, IRubyObject arg0) RubyStruct.initialize(ThreadContext context, IRubyObject[] args) RubyStruct.initialize(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyStruct.initialize(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubySystemCallError.initialize(ThreadContext context, IRubyObject[] args) RubySystemExit.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyThread.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyTime.initialize(ThreadContext context) RubyTime.initialize(ThreadContext context, IRubyObject[] args) RubyUncaughtThrowError.initialize(ThreadContext context, IRubyObject[] args, Block block) RubyYielder.initialize(ThreadContext context, Block block) static IRubyObjectRubyKernel.initialize_clone(ThreadContext context, IRubyObject self, IRubyObject original) RubyArray.initialize_copy(ThreadContext context, IRubyObject orig) rb_ary_initialize_copyRubyBinding.initialize_copy(ThreadContext context, IRubyObject other) RubyClass.initialize_copy(ThreadContext context, IRubyObject original) rb_class_init_copystatic IRubyObjectRubyData.initialize_copy(ThreadContext context, IRubyObject copy, IRubyObject original) RubyFileStat.initialize_copy(ThreadContext context, IRubyObject original) RubyGenerator.initialize_copy(ThreadContext context, IRubyObject other) RubyHash.initialize_copy(ThreadContext context, IRubyObject other) RubyIO.initialize_copy(ThreadContext context, IRubyObject _io) RubyIOBuffer.initialize_copy(ThreadContext context, IRubyObject other) static IRubyObjectRubyKernel.initialize_copy(ThreadContext context, IRubyObject self, IRubyObject original) RubyMatchData.initialize_copy(ThreadContext context, IRubyObject original) RubyModule.initialize_copy(ThreadContext context, IRubyObject original) mri: rb_mod_init_copyRubyNumeric.initialize_copy(ThreadContext context, IRubyObject arg) num_init_copyRubyRandom.initialize_copy(ThreadContext context, IRubyObject orig) RubyRange.initialize_copy(ThreadContext context, IRubyObject original) RubyRegexp.initialize_copy(ThreadContext context, IRubyObject re) rb_reg_init_copyRubyString.initialize_copy(ThreadContext context, IRubyObject other) RubyStruct.initialize_copy(ThreadContext context, IRubyObject arg) RubyTime.initialize_copy(ThreadContext context, IRubyObject original) static IRubyObjectRubyKernel.initialize_dup(ThreadContext context, IRubyObject self, IRubyObject original) RubyRegexp.initialize_m(ThreadContext context, IRubyObject arg) RubyRegexp.initialize_m(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyRegexp.initialize_m(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyEnumerable.inject(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.inject(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.inject(ThreadContext context, IRubyObject self, IRubyObject init, IRubyObject method, Block block) RubyFileStat.ino(ThreadContext context) static IRubyObjectRubyArgsFile.inplace_mode(ThreadContext context, IRubyObject recv) RubyArgsFile.inplace_mode_set(ThreadContext context, IRubyObject test) static IRubyObjectRubyArgsFile.inplace_mode_set(ThreadContext context, IRubyObject recv, IRubyObject test) RubyArray.insert(ThreadContext context, IRubyObject arg) rb_ary_insertRubyArray.insert(ThreadContext context, IRubyObject[] args) RubyArray.insert(ThreadContext context, IRubyObject arg1, IRubyObject arg2) RubyString.insert(ThreadContext context, IRubyObject indexArg, IRubyObject arg) RubyConverter.insert_output(ThreadContext context, IRubyObject string) RubyArithmeticSequence.inspect(ThreadContext context) RubyArray.inspect(ThreadContext context) rb_ary_inspectRubyBoolean.False.inspect(ThreadContext context) RubyBoolean.True.inspect(ThreadContext context) RubyChain.inspect(ThreadContext context) RubyClassPathVariable.inspect(ThreadContext context) RubyComplex.inspect(ThreadContext context) nucomp_inspectRubyConverter.inspect(ThreadContext context) static IRubyObjectRubyData.DataMethods.inspect(ThreadContext context, IRubyObject klass) static IRubyObjectRubyData.inspect(ThreadContext context, IRubyObject self) RubyDir.inspect(ThreadContext context) RubyEncoding.inspect(ThreadContext context) RubyEnumerator.inspect(ThreadContext context) RubyException.inspect(ThreadContext context) inspects an object and return a kind of debug informationRubyFile.inspect(ThreadContext context) RubyFileStat.inspect(ThreadContext context) RubyHash.inspect(ThreadContext context) rb_hash_inspectRubyIO.inspect(ThreadContext context) RubyIOBuffer.inspect(ThreadContext context) static IRubyObjectRubyKernel.inspect(ThreadContext context, IRubyObject self) RubyMatchData.inspect(ThreadContext context) RubyMethod.inspect(ThreadContext context) RubyNil.inspect(ThreadContext context) nil_inspectabstract IRubyObjectRubyObjectSpace.AbstractWeakMap.inspect(ThreadContext context) RubyProcess.RubyStatus.inspect(ThreadContext context) RubyRange.inspect(ThreadContext context) RubyRational.inspect(ThreadContext context) nurat_inspectRubyRegexp.inspect(ThreadContext context) rb_reg_inspectRubyString.inspect(ThreadContext context) rb_str_inspectRubyStruct.inspect(ThreadContext context) static IRubyObjectRubyStruct.StructMethods.inspect(ThreadContext context, IRubyObject recv) RubySymbol.inspect(ThreadContext context) RubyThread.inspect(ThreadContext context) RubyThread.Location.inspect(ThreadContext context) RubyTime.inspect(ThreadContext context) RubyUnboundMethod.inspect(ThreadContext context) RubyBasicObject.instance_eval(ThreadContext context, Block block) RubyBasicObject.instance_eval(ThreadContext context, IRubyObject[] args, Block block) RubyBasicObject.instance_eval(ThreadContext context, IRubyObject arg0, Block block) RubyBasicObject.instance_eval(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyBasicObject.instance_eval(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyBasicObject.instance_exec(ThreadContext context, IRubyObject[] args, Block block) rb_obj_instance_exec call-seq: obj.instance_exec(arg...) {|var...| block } => obj Executes the given block within the context of the receiver (_obj_).RubyModule.instance_method(ThreadContext context, IRubyObject symbol) RubyModule.instance_methods(ThreadContext context, IRubyObject[] args) static RubyBooleanRubyKernel.instance_of_p(ThreadContext context, IRubyObject self, IRubyObject type) static IRubyObjectRubyKernel.instance_variable_defined_p(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectRubyKernel.instance_variable_get(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectRubyKernel.instance_variable_set(IRubyObject self, IRubyObject name, IRubyObject value) static RubyArrayRubyKernel.instance_variables(ThreadContext context, IRubyObject self) RubyInteger.integer_p(ThreadContext context) int_int_pRubyNumeric.integer_p(ThreadContext context) num_int_pRubyString.intern(ThreadContext context) static IRubyObjectRubyArgsFile.internal_encoding(ThreadContext context, IRubyObject recv) RubyIO.internal_encoding(ThreadContext context) RubyIOBuffer.internal_p(ThreadContext context) RubyArray.intersect_p(ThreadContext context, IRubyObject other) MRI: rb_ary_intersect_pRubyArray.intersection(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyEnumerable.inverseGrep(ThreadContext context, IRubyObject self, IRubyObject pattern, Block block) RubyHash.invert(ThreadContext context) rb_hash_invertRubyIO.ioctl(ThreadContext context, IRubyObject[] args) RubyTime.isdst(ThreadContext context) RubyFloat.isNegative(ThreadContext context) RubyNumeric.isNegative(ThreadContext context) num_negative_pRubyFloat.isPositive(ThreadContext context) RubyNumeric.isPositive(ThreadContext context) num_positive_pstatic IRubyObjectRubyKernel.itself(IRubyObject self) RubyArray.join(ThreadContext context) RubyArray.join(ThreadContext context, IRubyObject sep) rb_ary_joinstatic RubyStringRubyFile.join(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyThread.join(ThreadContext context) RubyThread.join(ThreadContext context, IRubyObject timeout) RubyArray.keep_if(ThreadContext context, Block block) RubyHash.keep_if(ThreadContext context, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.key(ThreadContext context, IRubyObject expected) RubyHash.key(ThreadContext context, IRubyObject expected) RubyKeyError.key(ThreadContext context) RubyNoMatchingPatternKeyError.key(ThreadContext context) RubyObjectSpace.AbstractWeakMap.key_p(ThreadContext context, IRubyObject key) RubyThread.key_p(ThreadContext context, IRubyObject key) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.keys(ThreadContext context) RubyHash.keys(ThreadContext context) rb_hash_keysRubyObjectSpace.AbstractWeakMap.keys(ThreadContext context) RubyThread.keys()static IRubyObjectRubyStruct.StructMethods.keyword_init_p(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.kill(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyThread.kill()static IRubyObjectRubyThread.kill(IRubyObject recv, IRubyObject rubyThread, Block block) static RubyBooleanRubyKernel.kind_of_p(ThreadContext context, IRubyObject self, IRubyObject type) RubyThread.Location.label(ThreadContext context) static RubyProcRubyKernel.lambda(ThreadContext context, IRubyObject recv, Block block) RubyProc.lambda_p(ThreadContext context) RubyArithmeticSequence.last(ThreadContext context) RubyArithmeticSequence.last(ThreadContext context, IRubyObject num) RubyArray.last(ThreadContext context) RubyArray.last(ThreadContext context, IRubyObject arg0) rb_ary_lastRubyRange.last(ThreadContext context) RubyRange.last(ThreadContext context, IRubyObject arg) RubyConverter.last_error(ThreadContext context) static IRubyObjectRubyRegexp.last_match_s(ThreadContext context, IRubyObject recv) rb_reg_s_last_match / match_getterstatic IRubyObjectRubyRegexp.last_match_s(ThreadContext context, IRubyObject recv, IRubyObject nth) rb_reg_s_last_matchstatic IRubyObjectRubyProcess.last_status(ThreadContext context, IRubyObject recv) static IRubyObjectRubyFile.lchmod(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyFile.lchown(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyInteger.lcm(ThreadContext context, IRubyObject other) rb_lcmstatic RubyFloatRubyMath.ldexp(ThreadContext context, IRubyObject recv, IRubyObject mantissa, IRubyObject exponent) static IRubyObjectRubyRandom.left(ThreadContext context, IRubyObject recv) RubyRandom.leftObj(ThreadContext context) RubyArray.length(ThreadContext context) rb_ary_lengthRubySymbol.length(ThreadContext context) static RubyArrayRubyMath.lgamma(ThreadContext context, IRubyObject recv, IRubyObject x) Based on Gergő Nemes's Gamma Function approximation formula, we compute Log Gamma function for real number x.static IRubyObjectRubyThread.Backtrace.limit(ThreadContext context, IRubyObject self) static IRubyObjectRubyRegexp.linear_time_p(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyArgsFile.lineno(ThreadContext context, IRubyObject recv) RubyIO.lineno(ThreadContext context) Returns the current line number.RubyThread.Location.lineno(ThreadContext context) static IRubyObjectRubyArgsFile.lineno_set(ThreadContext context, IRubyObject recv, IRubyObject line) RubyIO.lineno_set(ThreadContext context, IRubyObject newLineNumber) Sets the current line number.RubyString.lines(ThreadContext context, Block block) RubyString.lines(ThreadContext context, IRubyObject arg, Block block) RubyString.lines(ThreadContext context, IRubyObject arg, IRubyObject opts, Block block) static IRubyObjectRubyFile.link(ThreadContext context, IRubyObject recv, IRubyObject from, IRubyObject to) static IRubyObjectRubyEncoding.list(ThreadContext context, IRubyObject recv) static IRubyObjectRubySignal.list(ThreadContext context, IRubyObject recv) static RubyArrayRubyThread.list(IRubyObject recv) RubyThreadGroup.list(ThreadContext context, Block block) RubyString.ljust(ThreadContext context, IRubyObject arg0) rb_str_ljustRubyString.ljust(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyKernel.load(ThreadContext context, IRubyObject recv, IRubyObject path, Block block) static IRubyObjectRubyKernel.load(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject wrap, Block block) static IRubyObjectRubyMarshal.load(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) static IRubyObjectRubyNameError.RubyNameErrorMessage.load(IRubyObject recv, IRubyObject arg) static RubyTimeRubyTime.load(ThreadContext context, IRubyObject recv, IRubyObject from) static RubyTimeRubyTime.local(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyBinding.local_variable_defined_p(ThreadContext context, IRubyObject symbol) RubyBinding.local_variable_get(ThreadContext context, IRubyObject symbol) RubyBinding.local_variable_set(ThreadContext context, IRubyObject symbol, IRubyObject value) RubyBinding.local_variables(ThreadContext context) static RubyArrayRubyKernel.local_variables(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEncoding.locale_charmap(ThreadContext context, IRubyObject recv) RubyTime.localtime(ThreadContext context) RubyTime.localtime(ThreadContext context, IRubyObject arg) RubyIOBuffer.locked(ThreadContext context, Block block) RubyIOBuffer.locked_p(ThreadContext context) static RubyFloatRubyMath.log(ThreadContext context, IRubyObject recv, IRubyObject val) Returns the natural logarithm of x.static RubyFloatRubyMath.log(ThreadContext context, IRubyObject recv, IRubyObject val, IRubyObject base) static RubyFloatRubyMath.log10(ThreadContext context, IRubyObject recv, IRubyObject x) Returns the base 10 logarithm of x.static RubyFloatRubyMath.log2(ThreadContext context, IRubyObject recv, IRubyObject x) Returns the base 2 logarithm of x.static IRubyObjectRubyRange.BSearch.long_bits_to_double(ThreadContext context, IRubyObject bsearch, IRubyObject fixnum) static IRubyObjectRubyKernel.loop(ThreadContext context, IRubyObject recv, Block block) RubyFile.lstat(ThreadContext context) static IRubyObjectRubyFile.lstat(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyString.lstrip(ThreadContext context) rb_str_lstrip / rb_str_lstrip_bangRubyString.lstrip_bang(ThreadContext context) static IRubyObjectRubyFile.lutime(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyFloat.magnitude(ThreadContext context) flo_abs/1.9RubyInteger.magnitude(ThreadContext context) RubyNumeric.magnitude(ThreadContext context) num_abs/1.9static RubyThreadRubyThread.main(IRubyObject recv) RubyArray.map(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.map(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyIOBuffer.map(ThreadContext context, IRubyObject self, IRubyObject _file) static IRubyObjectRubyIOBuffer.map(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyIOBuffer.map(ThreadContext context, IRubyObject self, IRubyObject _file, IRubyObject _size) static IRubyObjectRubyIOBuffer.map(ThreadContext context, IRubyObject self, IRubyObject _file, IRubyObject _size, IRubyObject _offset) RubyArray.map_bang(ThreadContext context, Block block) rb_ary_collect_bangRubyIOBuffer.mapped_p(ThreadContext context) RubyComplex.marshal_dump(ThreadContext context) nucomp_marshal_dumpRubyRandom.marshal_dump(ThreadContext context) RubyRational.marshal_dump(ThreadContext context) nurat_marshal_dumpRubyComplex.marshal_load(ThreadContext context, IRubyObject arg) nucomp_marshal_loadRubyRandom.marshal_load(ThreadContext context, IRubyObject arg) RubyRational.marshal_load(ThreadContext context, IRubyObject arg) nurat_marshal_loadRubyMatchData.match(ThreadContext context, IRubyObject nth) RubyString.match(ThreadContext context, IRubyObject[] args, Block block) RubyString.match(ThreadContext context, IRubyObject pattern, Block block) RubyString.match(ThreadContext context, IRubyObject pattern, IRubyObject pos, Block block) RubyMatchData.match_length(ThreadContext context, IRubyObject nth) RubyRegexp.match_m(ThreadContext context, IRubyObject str, Block block) rb_reg_match_mRubyRegexp.match_m(ThreadContext context, IRubyObject str, IRubyObject pos, Block block) RubySymbol.match_m(ThreadContext context, IRubyObject[] args, Block block) RubySymbol.match_m(ThreadContext context, IRubyObject other, Block block) RubySymbol.match_m(ThreadContext context, IRubyObject other, IRubyObject pos, Block block) RubyRegexp.match_p(ThreadContext context, IRubyObject str) RubyRegexp.match_p(ThreadContext context, IRubyObject str, IRubyObject pos) RubyString.match_p(ThreadContext context, IRubyObject pattern) RubyString.match_p(ThreadContext context, IRubyObject pattern, IRubyObject pos) RubySymbol.match_p(ThreadContext context, IRubyObject other) RubySymbol.match_p(ThreadContext context, IRubyObject other, IRubyObject pos) RubyNoMatchingPatternKeyError.matchee(ThreadContext context) RubyArray.max(ThreadContext context, Block block) RubyArray.max(ThreadContext context, IRubyObject num, Block block) static IRubyObjectRubyEnumerable.max(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.max(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyRange.max(ThreadContext context, Block block) RubyRange.max(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.max_by(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.max_by(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) static IRubyObjectRubyProcess.maxgroups(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.maxgroups_set(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyTime.mday(ThreadContext context) static IRubyObjectRubyGC.measure_total_time(ThreadContext context, IRubyObject self) static IRubyObjectRubyGC.measure_total_time_set(ThreadContext context, IRubyObject self, IRubyObject value) RubyObjectSpace.AbstractWeakMap.member_p(ThreadContext context, IRubyObject key) static IRubyObjectRubyData.DataMethods.members(ThreadContext context, IRubyObject self) static RubyArrayRubyData.members(ThreadContext context, IRubyObject self) RubyStruct.members(ThreadContext context) static IRubyObjectRubyStruct.StructMethods.members(ThreadContext context, IRubyObject recv) RubyHash.merge(ThreadContext context, IRubyObject[] others, Block block) rb_hash_mergeRubyHash.merge_bang(ThreadContext context, IRubyObject[] others, Block block) rb_hash_updateRubyException.message(ThreadContext context) RubySignalException.message(ThreadContext context) static IRubyObjectRubyKernel.method(ThreadContext context, IRubyObject self, IRubyObject symbol) RubyModule.method_added(ThreadContext context, IRubyObject nothing) RubyModule.method_defined_p(ThreadContext context, IRubyObject symbol) RubyModule.method_defined_p(ThreadContext context, IRubyObject symbol, IRubyObject includeSuper) static IRubyObjectRubyBasicObject.method_missing(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyModule.method_removed(ThreadContext context, IRubyObject nothing) RubyModule.method_undefined(ThreadContext context, IRubyObject nothing) static IRubyObjectRubyKernel.methods(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyArray.min(ThreadContext context, Block block) RubyArray.min(ThreadContext context, IRubyObject num, Block block) static IRubyObjectRubyEnumerable.min(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.min(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyRange.min(ThreadContext context, Block block) RubyRange.min(ThreadContext context, IRubyObject arg, Block block) RubyTime.min(ThreadContext context) static IRubyObjectRubyEnumerable.min_by(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.min_by(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyArray.minmax(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.minmax(ThreadContext context, IRubyObject self, Block block) RubyRange.minmax(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.minmax_by(ThreadContext context, IRubyObject self, Block block) final IRubyObjectRubyString.minus_at(ThreadContext context) RubyModule.mix(ThreadContext context, IRubyObject modArg) RubyModule.mix(ThreadContext context, IRubyObject modArg, IRubyObject hash0) static IRubyObjectRubyDir.mkdir(ThreadContext context, IRubyObject recv, IRubyObject... args) Creates the directory specified bypath.static IRubyObjectRubyFile.mkfifo(ThreadContext context, IRubyObject recv, IRubyObject path) static IRubyObjectRubyFile.mkfifo(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject mode) RubyFileStat.mode(ThreadContext context) RubyModule.module_eval(ThreadContext context, Block block) RubyModule.module_eval(ThreadContext context, IRubyObject[] args, Block block) RubyModule.module_eval(ThreadContext context, IRubyObject arg0, Block block) RubyModule.module_eval(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyModule.module_eval(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyModule.module_exec(ThreadContext context, Block block) RubyModule.module_exec(ThreadContext context, IRubyObject[] args, Block block) RubyNumeric.modulo(ThreadContext context, IRubyObject other) num_moduloRubyTime.monday_p(ThreadContext context) RubyTime.month(ThreadContext context) RubyFile.mtime(ThreadContext context) static IRubyObjectRubyFile.mtime(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.mtime(ThreadContext context) AbstractRubyMethod.name(ThreadContext context) RubyModule.name(ThreadContext context) RubyNameError.name()RubySymbol.name(ThreadContext context) static IRubyObjectRubyEncoding.name_list(ThreadContext context, IRubyObject recv) RubyMatchData.named_captures(ThreadContext context, IRubyObject[] args) RubyRegexp.named_captures(ThreadContext context) rb_reg_named_capturesRubyEncoding.names(ThreadContext context) RubyMatchData.names(ThreadContext context, Block block) RubyRegexp.names(ThreadContext context) rb_reg_namesRubyFloat.nan_p(ThreadContext context) flo_is_nan_pRubyThread.native_thread_id(ThreadContext context) RubyComplex.negate(ThreadContext context) nucomp_negatestatic RubyArrayRubyModule.nesting(ThreadContext context, IRubyObject recv, Block block) Return an array of nested modules or classes.static IRubyObjectRubyKernel.new_array(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObjectRubyKernel.new_complex(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyKernel.new_float(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObjectRubyKernel.new_float(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject opts) static IRubyObjectRubyKernel.new_hash(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyKernel.new_integer(ThreadContext context, IRubyObject recv, IRubyObject object) static IRubyObjectRubyKernel.new_integer(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject baseOrOpts) static IRubyObjectRubyKernel.new_integer(ThreadContext context, IRubyObject recv, IRubyObject object, IRubyObject base, IRubyObject opts) static IRubyObjectRubyKernel.new_rational(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyKernel.new_rational(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyKernel.new_rational(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyKernel.new_string(ThreadContext context, IRubyObject recv, IRubyObject object) RubyClass.newInstance(ThreadContext context, Block block) rb_class_new_instanceRubyClass.newInstance(ThreadContext context, IRubyObject[] args, Block block) RubyClass.newInstance(ThreadContext context, IRubyObject arg0, Block block) RubyClass.newInstance(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyClass.newInstance(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static IRubyObjectRubyComplex.newInstance(ThreadContext context, IRubyObject recv, IRubyObject real) static IRubyObjectRubyComplex.newInstance(ThreadContext context, IRubyObject recv, IRubyObject real, IRubyObject image) static IRubyObjectRubyIO.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyProc.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Create a new instance of a Proc object.static RubyClassRubyStruct.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Create new Struct class.static IRubyObjectRubyThread.newInstance(IRubyObject recv, IRubyObject[] args, Block block) Thread.newstatic RubyTimeRubyTime.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyComplex.newInstanceBang(ThreadContext context, IRubyObject recv, IRubyObject real) static IRubyObjectRubyComplex.newInstanceBang(ThreadContext context, IRubyObject recv, IRubyObject real, IRubyObject image) static IRubyObjectRubyRandom.newSeed(ThreadContext context, IRubyObject recv) static IRubyObjectRubyStruct.StructMethods.newStruct(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyStruct.StructMethods.newStruct(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyStruct.StructMethods.newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) static IRubyObjectRubyStruct.StructMethods.newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectRubyStruct.StructMethods.newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyFloat.next_float(ThreadContext context) static IRubyObjectRubyKernel.nil_p(ThreadContext context, IRubyObject self) RubyNil.nil_p(ThreadContext context) RubyArray.nitems(ThreadContext context) rb_ary_nitemsRubyFileStat.nlink(ThreadContext context) RubyInteger.nobits_p(ThreadContext context, IRubyObject other) RubyArray.none_p(ThreadContext context, Block block) RubyArray.none_p(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.none_p(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.none_p(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyNumeric.nonzero_p(ThreadContext context) num_nonzero_pRubyIOBuffer.not_bang(ThreadContext context) RubyTime.nsec(ThreadContext context) Get the fractional part of time in nanoseconds.RubyIOBuffer.null_p(ThreadContext context) RubyNumeric.num_imaginary(ThreadContext context) num_imaginaryRubyComplex.numerator(ThreadContext context) nucomp_numeratorRubyFloat.numerator(ThreadContext context) flo_numeratorRubyInteger.numerator(ThreadContext context) RubyNumeric.numerator(ThreadContext context) numeric_numeratorRubyRational.numerator(ThreadContext context) nurat_numeratorstatic IRubyObjectRubyKernel.obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectRubyKernel.object_id(IRubyObject self) RubyString.oct(ThreadContext context) rb_str_octRubyInteger.odd_p(ThreadContext context) RubyMatchData.offset(ThreadContext context, IRubyObject index) match_offsetRubyArray.one_p(ThreadContext context, Block block) RubyArray.one_p(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyEnumerable.one_p(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.one_p(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) RubyRational.op_abs(ThreadContext context) nurat_absRubyComplex.op_add(ThreadContext context, IRubyObject other) nucomp_addRubyArray.op_and(ThreadContext context, IRubyObject other) MRI: rb_ary_andabstract IRubyObjectRubyInteger.op_and(ThreadContext context, IRubyObject other) RubyIOBuffer.op_and(ThreadContext context, IRubyObject _mask) static RubyBooleanRubyNil.op_and(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_andRubyProcess.RubyStatus.op_and(ThreadContext context, IRubyObject arg) RubyIO.op_append(ThreadContext context, IRubyObject anObject) rb_io_addstrRubyGlobal.CaseInsensitiveStringOnlyRubyHash.op_aref(ThreadContext context, IRubyObject arg) RubyHash.op_aref(ThreadContext context, IRubyObject key) rb_hash_arefRubyInteger.op_aref(ThreadContext context, IRubyObject index) RubyInteger.op_aref(ThreadContext context, IRubyObject index, IRubyObject length) RubyMatchData.op_aref(ThreadContext context, IRubyObject idx) match_arefRubyMatchData.op_aref(ThreadContext context, IRubyObject idx, IRubyObject rest) match_arefRubyObjectSpace.AbstractWeakMap.op_aref(ThreadContext context, IRubyObject key) RubyObjectSpace.AbstractWeakMap.op_aref(ThreadContext context, IRubyObject key, IRubyObject value) RubyString.op_aref(ThreadContext context, IRubyObject arg) rb_str_aref, rb_str_aref_mRubyString.op_aref(ThreadContext context, IRubyObject arg1, IRubyObject arg2) RubySymbol.op_aref(ThreadContext context, IRubyObject arg) RubySymbol.op_aref(ThreadContext context, IRubyObject arg1, IRubyObject arg2) RubyThread.op_aref(ThreadContext context, IRubyObject key) RubyHash.op_aset(ThreadContext context, IRubyObject key, IRubyObject value) Set a key/value pair into this hash.RubyString.op_aset(ThreadContext context, IRubyObject arg0, IRubyObject arg1) rb_str_aset, rb_str_aset_mRubyString.op_aset(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyThread.op_aset(ThreadContext context, IRubyObject key, IRubyObject value) static IRubyObjectRubyArgsFile.op_binmode(ThreadContext context, IRubyObject recv) RubyIO.op_binmode(ThreadContext context) RubyArray.op_cmp(ThreadContext context, IRubyObject obj) rb_ary_cmpRubyComplex.op_cmp(ThreadContext context, IRubyObject other) RubyFloat.op_cmp(ThreadContext context, IRubyObject other) flo_cmpabstract IRubyObjectRubyInteger.op_cmp(ThreadContext context, IRubyObject other) RubyIOBuffer.op_cmp(ThreadContext context, IRubyObject other) static IRubyObjectRubyKernel.op_cmp(ThreadContext context, IRubyObject self, IRubyObject other) RubyModule.op_cmp(ThreadContext context, IRubyObject obj) rb_mod_cmpRubyNumeric.op_cmp(ThreadContext context, IRubyObject other) num_cmpRubyRational.op_cmp(ThreadContext context, IRubyObject other) nurat_cmpRubyString.op_cmp(ThreadContext context, IRubyObject other) RubySymbol.op_cmp(ThreadContext context, IRubyObject other) RubyTime.op_cmp(ThreadContext context, IRubyObject other) RubyRational.op_coerce(ThreadContext context, IRubyObject other) nurat_coerceRubyArray.op_diff(ThreadContext context, IRubyObject other) rb_ary_diffRubyComplex.op_div(ThreadContext context, IRubyObject other) nucomp_div / nucomp_quo / rb_complex_divRubyFloat.op_div(ThreadContext context, IRubyObject other) MRI: flo_divabstract IRubyObjectRubyInteger.op_div(ThreadContext context, IRubyObject other) RubyRational.op_div(ThreadContext context, IRubyObject other) nurat_divRubyRational.op_divmod(ThreadContext context, IRubyObject other) nurat_divmodAbstractRubyMethod.op_eql(ThreadContext context, IRubyObject other) RubyHash.op_eql(ThreadContext context, IRubyObject other) rb_hash_eqlRubyMethod.op_eql(ThreadContext context, IRubyObject other) static IRubyObjectRubyException.op_eqq(ThreadContext context, IRubyObject recv, IRubyObject other) static IRubyObjectRubyKernel.op_eqq(ThreadContext context, IRubyObject self, IRubyObject other) RubyMethod.op_eqq(ThreadContext context, IRubyObject other) RubyModule.op_eqq(ThreadContext context, IRubyObject obj) rb_mod_eqqRubySymbol.op_eqq(ThreadContext context, IRubyObject other) RubyTime.op_eqq(ThreadContext context, IRubyObject other) RubyArithmeticSequence.op_equal(ThreadContext context, IRubyObject other) RubyArray.op_equal(ThreadContext context, IRubyObject obj) rb_ary_equalRubyBasicObject.op_equal(ThreadContext context, IRubyObject obj) rb_obj_equal Will by default use identity equality to compare objects.static IRubyObjectRubyComparable.op_equal(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_equal (cmp_eq inlined here)RubyComplex.op_equal(ThreadContext context, IRubyObject other) nucomp_equal_pRubyConverter.op_equal(ThreadContext context, IRubyObject other) static IRubyObjectRubyData.op_equal(ThreadContext context, IRubyObject self, IRubyObject other) RubyException.op_equal(ThreadContext context, IRubyObject other) RubyFloat.op_equal(ThreadContext context, IRubyObject other) flo_eqRubyHash.op_equal(ThreadContext context, IRubyObject other) rb_hash_equalabstract IRubyObjectRubyInteger.op_equal(ThreadContext context, IRubyObject other) RubyMethod.op_equal(ThreadContext context, IRubyObject other) RubyModule.op_equal(ThreadContext context, IRubyObject other) RubyProc.op_equal(ThreadContext context, IRubyObject obj) RubyProcess.RubyStatus.op_equal(ThreadContext context, IRubyObject other) RubyRandom.op_equal(ThreadContext context, IRubyObject obj) RubyRange.op_equal(ThreadContext context, IRubyObject other) RubyRational.op_equal(ThreadContext context, IRubyObject other) nurat_equal_pRubyRegexp.op_equal(ThreadContext context, IRubyObject other) RubyString.op_equal(ThreadContext context, IRubyObject other) rb_str_equalRubyStruct.op_equal(ThreadContext context, IRubyObject other) RubySymbol.op_equal(ThreadContext context, IRubyObject other) RubyTime.op_equal(ThreadContext context, IRubyObject other) RubyUnboundMethod.op_equal(ThreadContext context, IRubyObject other) RubyComplex.op_expt(ThreadContext context, IRubyObject other) MRI: nucomp_expt, rb_complex_powRubyRational.op_expt(ThreadContext context, IRubyObject other) nurat_exptRubyString.op_format(ThreadContext context, IRubyObject arg) RubyBignum.op_ge(ThreadContext context, IRubyObject other) static RubyBooleanRubyComparable.op_ge(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_geRubyFloat.op_ge(ThreadContext context, IRubyObject other) flo_geRubyHash.op_ge(ThreadContext context, IRubyObject other) RubyInteger.op_ge(ThreadContext context, IRubyObject other) RubyModule.op_ge(ThreadContext context, IRubyObject obj) rb_mod_geRubyString.op_ge(ThreadContext context, IRubyObject other) RubyTime.op_ge(ThreadContext context, IRubyObject other) RubyBignum.op_gt(ThreadContext context, IRubyObject other) static RubyBooleanRubyComparable.op_gt(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_gtRubyFloat.op_gt(ThreadContext context, IRubyObject other) flo_gtRubyHash.op_gt(ThreadContext context, IRubyObject other) RubyInteger.op_gt(ThreadContext context, IRubyObject other) RubyModule.op_gt(ThreadContext context, IRubyObject obj) rb_mod_gtRubyString.op_gt(ThreadContext context, IRubyObject other) RubyTime.op_gt(ThreadContext context, IRubyObject other) RubyBignum.op_le(ThreadContext context, IRubyObject other) static RubyBooleanRubyComparable.op_le(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_leRubyFloat.op_le(ThreadContext context, IRubyObject other) flo_leRubyHash.op_le(ThreadContext context, IRubyObject other) RubyInteger.op_le(ThreadContext context, IRubyObject other) RubyModule.op_le(ThreadContext context, IRubyObject arg) MRI: rb_class_inherited_pRubyString.op_le(ThreadContext context, IRubyObject other) RubyTime.op_le(ThreadContext context, IRubyObject other) abstract IRubyObjectRubyInteger.op_lshift(ThreadContext context, IRubyObject other) RubyYielder.op_lshift(ThreadContext context, IRubyObject[] args) RubyBignum.op_lt(ThreadContext context, IRubyObject other) static RubyBooleanRubyComparable.op_lt(ThreadContext context, IRubyObject recv, IRubyObject other) cmp_ltRubyFloat.op_lt(ThreadContext context, IRubyObject other) flo_ltRubyHash.op_lt(ThreadContext context, IRubyObject other) RubyInteger.op_lt(ThreadContext context, IRubyObject other) RubyModule.op_lt(ThreadContext context, IRubyObject obj) rb_mod_ltRubyString.op_lt(ThreadContext context, IRubyObject other) RubyTime.op_lt(ThreadContext context, IRubyObject other) RubyNil.op_match(ThreadContext context, IRubyObject arg) RubyRegexp.op_match(ThreadContext context, IRubyObject str) RubyString.op_match(ThreadContext context, IRubyObject other) rb_str_matchRubySymbol.op_match(ThreadContext context, IRubyObject other) RubyRegexp.op_match2(ThreadContext context) RubyFloat.op_minus(ThreadContext context, IRubyObject other) flo_minusabstract IRubyObjectRubyInteger.op_minus(ThreadContext context, IRubyObject other) RubyRational.op_minus(ThreadContext context, IRubyObject other) nurat_subRubyTime.op_minus(ThreadContext context, IRubyObject other) RubyBignum.op_mod(ThreadContext context, IRubyObject other) rb_big_moduloRubyFloat.op_mod(ThreadContext context, IRubyObject other) flo_modabstract IRubyObjectRubyInteger.op_mod(ThreadContext context, IRubyObject other) RubyRange.op_mod(ThreadContext context, IRubyObject step) RubyBignum.op_mul(ThreadContext context, IRubyObject other) rb_big_mulRubyComplex.op_mul(ThreadContext context, IRubyObject other) nucomp_mulRubyFloat.op_mul(ThreadContext context, IRubyObject other) flo_mulabstract IRubyObjectRubyInteger.op_mul(ThreadContext context, IRubyObject other) RubyRational.op_mul(ThreadContext context, IRubyObject other) nurat_mulRubyString.op_mul(ThreadContext context, IRubyObject other) abstract IRubyObjectRubyInteger.op_neg(ThreadContext context) RubyBasicObject.op_not(ThreadContext context) RubyIOBuffer.op_not(ThreadContext context) RubyNumeric.op_not(ThreadContext context) RubyBasicObject.op_not_equal(ThreadContext context, IRubyObject other) The != method implemented for BasicObject.static IRubyObjectRubyKernel.op_not_match(ThreadContext context, IRubyObject self, IRubyObject arg) RubyArray.op_or(ThreadContext context, IRubyObject other) rb_ary_orabstract IRubyObjectRubyInteger.op_or(ThreadContext context, IRubyObject other) RubyIOBuffer.op_or(ThreadContext context, IRubyObject _mask) static RubyBooleanRubyNil.op_or(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_orRubyArray.op_plus(ThreadContext context, IRubyObject obj) rb_ary_plusRubyChain.op_plus(ThreadContext context, IRubyObject obj) RubyFloat.op_plus(ThreadContext context, IRubyObject other) flo_plusabstract IRubyObjectRubyInteger.op_plus(ThreadContext context, IRubyObject other) RubyRational.op_plus(ThreadContext context, IRubyObject other) nurat_addRubyString.op_plus(ThreadContext context, IRubyObject arg) RubyTime.op_plus(ThreadContext context, IRubyObject other) RubyBignum.op_pow(ThreadContext context, IRubyObject other) rb_big_powRubyFloat.op_pow(ThreadContext context, IRubyObject other) flo_powabstract IRubyObjectRubyInteger.op_pow(ThreadContext context, IRubyObject other) RubyRational.op_rem(ThreadContext context, IRubyObject other) nurat_remabstract IRubyObjectRubyInteger.op_rshift(ThreadContext context, IRubyObject other) RubyProcess.RubyStatus.op_rshift(ThreadContext context, IRubyObject other) RubyComplex.op_sub(ThreadContext context, IRubyObject other) nucomp_subRubyArray.op_times(ThreadContext context, IRubyObject times) rb_ary_timesRubyFloat.op_uminus(ThreadContext context) flo_uminusabstract IRubyObjectRubyInteger.op_uminus(ThreadContext context) RubyNumeric.op_uminus(ThreadContext context) num_uminusRubyNumeric.op_uplus(ThreadContext context) num_uplusabstract IRubyObjectRubyInteger.op_xor(ThreadContext context, IRubyObject other) RubyIOBuffer.op_xor(ThreadContext context, IRubyObject _mask) static RubyBooleanRubyNil.op_xor(ThreadContext context, IRubyObject recv, IRubyObject obj) nil_xorstatic IRubyObjectRubyDir.open(ThreadContext context, IRubyObject recv, IRubyObject path, Block block) Returns a new directory object forpath.static IRubyObjectRubyDir.open(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject encOpts, Block block) static IRubyObjectRubyIO.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyKernel.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyRegexp.options(ThreadContext context) RubyIOBuffer.or_bang(ThreadContext context, IRubyObject _mask) RubyInteger.ord(ThreadContext context) int_ordRubyString.ord(ThreadContext context) AbstractRubyMethod.original_name(ThreadContext context) RubyMethod.original_name(ThreadContext context) RubyFileStat.owned_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.owned_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.owned_p(ThreadContext context, IRubyObject recv, IRubyObject filename) AbstractRubyMethod.owner(ThreadContext context) static IRubyObjectRubyKernel.p(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyArray.pack(ThreadContext context, IRubyObject obj) RubyArray.pack(ThreadContext context, IRubyObject obj, IRubyObject maybeOpts) AbstractRubyMethod.parameters(ThreadContext context) RubyMethod.parameters(ThreadContext context) RubyProc.parameters(ThreadContext context) RubyProc.parameters(ThreadContext context, IRubyObject opts) static IRubyObjectRubyEnumerable.partition(ThreadContext context, IRubyObject self, Block block) RubyString.partition(ThreadContext context, Block block) RubyString.partition(ThreadContext context, IRubyObject arg, Block block) static IRubyObjectRubyThread.pass(ThreadContext context, IRubyObject recv) RubyDir.path(ThreadContext context) static IRubyObjectRubyFile.path(ThreadContext context, IRubyObject self, IRubyObject str) RubyIO.path(ThreadContext context) RubyThread.Location.path(ThreadContext context) RubyThread.pending_interrupt_p(ThreadContext context) RubyThread.pending_interrupt_p(ThreadContext context, IRubyObject err) static IRubyObjectRubyThread.pending_interrupt_p_s(ThreadContext context, IRubyObject self) static IRubyObjectRubyThread.pending_interrupt_p_s(ThreadContext context, IRubyObject self, IRubyObject err) RubyArray.permutation(ThreadContext context, Block block) RubyArray.permutation(ThreadContext context, IRubyObject num, Block block) rb_ary_permutationRubyIO.pid(ThreadContext context) Return the process id (pid) of the process this IO object spawned.static IRubyObjectRubyProcess.pid(ThreadContext context, IRubyObject recv) RubyProcess.RubyStatus.pid(ThreadContext context) static IRubyObjectRubyIO.pipe(ThreadContext context, IRubyObject klass, Block block) static IRubyObjectRubyIO.pipe(ThreadContext context, IRubyObject klass, IRubyObject arg0, Block block) static IRubyObjectRubyIO.pipe(ThreadContext context, IRubyObject klass, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectRubyIO.pipe(ThreadContext context, IRubyObject klass, IRubyObject v1, IRubyObject v2, IRubyObject opt, Block block) RubyFileStat.pipe_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.pipe_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.pipe_p(ThreadContext context, IRubyObject recv, IRubyObject filename) final IRubyObjectRubyString.plus_at(ThreadContext context) RubyComplex.polar(ThreadContext context) nucomp_polarstatic IRubyObjectRubyComplex.polar(ThreadContext context, IRubyObject clazz, IRubyObject... args) nucomp_s_polarRubyNumeric.polar(ThreadContext context) numeric_polarRubyArray.pop(ThreadContext context) rb_ary_popRubyArray.pop(ThreadContext context, IRubyObject num) static IRubyObjectRubyIO.popen(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyIO.popen3(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Deprecated.RubyIO.pos(ThreadContext context) RubyIO.pos_set(ThreadContext context, IRubyObject offset) RubyMatchData.post_match(ThreadContext context) match_post_matchRubyInteger.pow(ThreadContext context, IRubyObject other) RubyInteger.pow(ThreadContext context, IRubyObject b, IRubyObject m) static IRubyObjectRubyProcess.ppid(ThreadContext context, IRubyObject recv) RubyMatchData.pre_match(ThreadContext context) match_pre_matchRubyIO.pread(ThreadContext context, IRubyObject len, IRubyObject offset) RubyIO.pread(ThreadContext context, IRubyObject _length, IRubyObject _from, IRubyObject str) RubyIOBuffer.pread(ThreadContext context, IRubyObject[] args) RubyIOBuffer.pread(ThreadContext context, IRubyObject io, IRubyObject _from) RubyIOBuffer.pread(ThreadContext context, IRubyObject io, IRubyObject _from, IRubyObject _length) RubyInteger.pred(ThreadContext context) RubyModule.prepend(ThreadContext context, IRubyObject[] modules) RubyString.prepend(ThreadContext context, IRubyObject other) rb_str_prependRubyString.prepend(ThreadContext context, IRubyObject[] objs) rb_str_prependRubyModule.prepend_features(ThreadContext context, IRubyObject include) rb_mod_prepend_featuresRubyModule.prepended(ThreadContext context, IRubyObject other) RubyFloat.prev_float(ThreadContext context) RubyConverter.primitive_convert(ThreadContext context, IRubyObject[] args) RubyConverter.primitive_errinfo(ThreadContext context) static IRubyObjectRubyArgsFile.print(ThreadContext context, IRubyObject recv) static IRubyObjectRubyArgsFile.print(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyArgsFile.print(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyArgsFile.print(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyArgsFile.print(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyIO.print(ThreadContext context) RubyIO.print(ThreadContext context, IRubyObject arg0) RubyIO.print(ThreadContext context, IRubyObject[] args) Print some objects to the stream.RubyIO.print(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyIO.print(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyKernel.print(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.print(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyKernel.print(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyKernel.print(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyKernel.print(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyArgsFile.printf(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.printf(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.printf(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyThread.priority(ThreadContext context) RubyThread.priority_set(ThreadContext context, IRubyObject priority) RubyNameError.private_call_p(ThreadContext context) RubyModule.private_class_method(ThreadContext context, IRubyObject[] args) RubyModule.private_constant(ThreadContext context, IRubyObject name) RubyModule.private_constant(ThreadContext context, IRubyObject[] rubyNames) RubyModule.private_instance_methods(ThreadContext context, IRubyObject[] args) rb_class_private_instance_methodsRubyModule.private_method_defined(ThreadContext context, IRubyObject symbol) RubyModule.private_method_defined(ThreadContext context, IRubyObject symbol, IRubyObject includeSuper) static IRubyObjectRubyKernel.private_methods(ThreadContext context, IRubyObject self, IRubyObject[] args) static RubyProcRubyKernel.proc(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyEnumerator.produce(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) MRI: enumerator_s_produceRubyArray.product(ThreadContext context, IRubyObject[] args, Block block) RubyModule.protected_instance_methods(ThreadContext context, IRubyObject[] args) rb_class_protected_instance_methodsRubyModule.protected_method_defined(ThreadContext context, IRubyObject symbol) RubyModule.protected_method_defined(ThreadContext context, IRubyObject symbol, IRubyObject includeSuper) static IRubyObjectRubyKernel.protected_methods(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyModule.public_class_method(ThreadContext context, IRubyObject[] args) RubyModule.public_constant(ThreadContext context, IRubyObject name) RubyModule.public_constant(ThreadContext context, IRubyObject[] rubyNames) RubyModule.public_instance_method(ThreadContext context, IRubyObject symbol) RubyModule.public_instance_methods(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.public_method(ThreadContext context, IRubyObject recv, IRubyObject symbol) RubyModule.public_method_defined(ThreadContext context, IRubyObject symbol) RubyModule.public_method_defined(ThreadContext context, IRubyObject symbol, IRubyObject includeSuper) static IRubyObjectRubyKernel.public_methods(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyKernel.public_send(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyArray.push(ThreadContext context, IRubyObject item) RubyArray.push(ThreadContext context, IRubyObject[] items) RubyConverter.putback(ThreadContext context, IRubyObject[] argv) static IRubyObjectRubyArgsFile.putc(ThreadContext context, IRubyObject recv, IRubyObject arg0) RubyIO.putc(ThreadContext context, IRubyObject ch) static IRubyObjectRubyKernel.putc(ThreadContext context, IRubyObject recv, IRubyObject ch) rb_f_putcstatic IRubyObjectRubyArgsFile.puts(ThreadContext context, IRubyObject recv) static IRubyObjectRubyArgsFile.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyArgsFile.puts(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyArgsFile.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyArgsFile.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyIO.puts(ThreadContext context) RubyIO.puts(ThreadContext context, IRubyObject arg0) RubyIO.puts(ThreadContext context, IRubyObject[] args) RubyIO.puts(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyIO.puts(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyKernel.puts(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyKernel.puts(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyKernel.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyKernel.puts(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyIO.pwrite(ThreadContext context, IRubyObject str, IRubyObject offset) RubyIOBuffer.pwrite(ThreadContext context, IRubyObject[] args) RubyIOBuffer.pwrite(ThreadContext context, IRubyObject io, IRubyObject _from) RubyIOBuffer.pwrite(ThreadContext context, IRubyObject io, IRubyObject _from, IRubyObject _length) RubyFloat.quo(ThreadContext context, IRubyObject other) flo_quoRubyNumeric.quo(ThreadContext context, IRubyObject other) num_quostatic RubyStringRubyRegexp.quote(ThreadContext context, IRubyObject recv, IRubyObject arg) rb_reg_s_quotestatic IRubyObjectRubyKernel.raise(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyThread.raise(ThreadContext context, IRubyObject[] args, Block block) static IRubyObjectRubyKernel.rand(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.rand(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyRandomBase.rand(ThreadContext context) RubyRandomBase.rand(ThreadContext context, IRubyObject arg) static IRubyObjectRubyRandom.randDefault(ThreadContext context, IRubyObject recv) static IRubyObjectRubyRandom.randDefault(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyRandomBase.randDefault(ThreadContext context, IRubyObject recv) static IRubyObjectRubyRandomBase.randDefault(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyRandom.RandomFormatter.randomNumber(ThreadContext context, IRubyObject self) static IRubyObjectRubyRandom.RandomFormatter.randomNumber(ThreadContext context, IRubyObject self, IRubyObject arg0) RubyArray.rassoc(ThreadContext context, IRubyObject value) rb_ary_rassocRubyGlobal.CaseInsensitiveStringOnlyRubyHash.rassoc(ThreadContext context, IRubyObject obj) RubyHash.rassoc(ThreadContext context, IRubyObject obj) RubyComplex.rationalize(ThreadContext context, IRubyObject[] args) nucomp_rationalizeRubyFloat.rationalize(ThreadContext context, IRubyObject[] args) float_rationalizeRubyInteger.rationalize(ThreadContext context, IRubyObject[] args) integer_rationalizestatic IRubyObjectRubyNil.rationalize(ThreadContext context, IRubyObject recv, IRubyObject[] args) nilclass_rationalizeRubyRational.rationalize(ThreadContext context, IRubyObject[] args) nurat_rationalizeRubyArray.rb_clear(ThreadContext context) rb_ary_clearRubyHash.rb_clear(ThreadContext context) rb_hash_clearRubyDir.rb_each_child(ThreadContext context, Block block) RubyHash.rb_size(ThreadContext context) rb_hash_sizestatic IRubyObjectRubyKernel.rbCatch(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyKernel.rbCatch(ThreadContext context, IRubyObject recv, IRubyObject tag, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.rbClone(ThreadContext context) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.rbClone(ThreadContext context, IRubyObject _opts) static IRubyObjectRubyKernel.rbClone(ThreadContext context, IRubyObject self) static IRubyObjectRubyKernel.rbClone(ThreadContext context, IRubyObject self, IRubyObject opts) RubyMethod.rbClone()final IRubyObjectRubyNumeric.rbClone(ThreadContext context) final IRubyObjectRubyNumeric.rbClone(ThreadContext context, IRubyObject arg) RubyProc.rbClone(ThreadContext context) RubyUnboundMethod.rbClone()RubyArray.rbCollect(ThreadContext context, Block block) rb_ary_collectstatic IRubyObjectRubyRandom.rbDefault(ThreadContext context, IRubyObject self) static IRubyObjectRubyIOBuffer.rbFor(ThreadContext context, IRubyObject self, IRubyObject _string, Block block) static IRubyObjectRubyData.DataMethods.rbNew(ThreadContext context, IRubyObject self, IRubyObject hashOrElt) static IRubyObjectRubyData.DataMethods.rbNew(ThreadContext context, IRubyObject self, IRubyObject[] values) static IRubyObjectRubyKernel.rbThrow(ThreadContext context, IRubyObject recv, IRubyObject tag, Block block) static IRubyObjectRubyKernel.rbThrow(ThreadContext context, IRubyObject recv, IRubyObject tag, IRubyObject value, Block block) RubyFileStat.rdev(ThreadContext context) RubyFileStat.rdevMajor(ThreadContext context) RubyFileStat.rdevMinor(ThreadContext context) static IRubyObjectRubyProcess.GroupID.re_exchange(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.UserID.re_exchange(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.GroupID.re_exchangeable_p(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.UserID.re_exchangeable_p(ThreadContext context, IRubyObject self) static IRubyObjectRubyArgsFile.read(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyDir.read(ThreadContext context) Returns the next entry from this directory.RubyIO.read(ThreadContext context) Read all available bytes.RubyIO.read(ThreadContext context, IRubyObject length) Read length bytes.RubyIO.read(ThreadContext context, IRubyObject length, IRubyObject maybeStr) Read into the given buffer (or create a new one) reading length bytes.static IRubyObjectRubyIO.read(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) RubyIOBuffer.read(ThreadContext context, IRubyObject io) RubyIOBuffer.read(ThreadContext context, IRubyObject io, IRubyObject _length) RubyIOBuffer.read(ThreadContext context, IRubyObject io, IRubyObject _length, IRubyObject _offset) static IRubyObjectRubyArgsFile.read_nonblock(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.read_nonblock(ThreadContext context, IRubyObject arg0) RubyIO.read_nonblock(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyIO.read_nonblock(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyFileStat.readable_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.readable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.readable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.readableReal_p(ThreadContext context) static IRubyObjectRubyConverter.InvalidByteSequenceErrorMethods.readagain_bytes(ThreadContext context, IRubyObject self) static IRubyObjectRubyArgsFile.readbyte(ThreadContext context, IRubyObject recv) RubyIO.readbyte(ThreadContext context) static IRubyObjectRubyArgsFile.readchar(ThreadContext context, IRubyObject recv) RubyIO.readchar(ThreadContext context) Read a char.static IRubyObjectRubyArgsFile.readline(ThreadContext context, IRubyObject recv, IRubyObject[] args) Read a line.RubyIO.readline(ThreadContext context) Read a line.RubyIO.readline(ThreadContext context, IRubyObject separator) RubyIO.readline(ThreadContext context, IRubyObject separator, IRubyObject limit) RubyIO.readline(ThreadContext context, IRubyObject separator, IRubyObject limit, IRubyObject opts) static IRubyObjectRubyKernel.readline(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyArgsFile.readlines(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.readlines(ThreadContext context) RubyIO.readlines(ThreadContext context, IRubyObject arg0) RubyIO.readlines(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyIO.readlines(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) RubyIO.readlines(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyKernel.readlines(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyFile.readlink(ThreadContext context, IRubyObject recv, IRubyObject path) RubyIOBuffer.readonly_p(ThreadContext context) static IRubyObjectRubyArgsFile.readpartial(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.readpartial(ThreadContext context, IRubyObject arg0) RubyIO.readpartial(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyComplex.real(ThreadContext context) RubyNumeric.real(ThreadContext context) numeric_realRubyComplex.real_p(ThreadContext context) nucomp_real_pRubyNumeric.real_p(ThreadContext context) num_real_pstatic IRubyObjectRubyFile.realdirpath(ThreadContext context, IRubyObject recv, IRubyObject path) static IRubyObjectRubyFile.realdirpath(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject dir) static IRubyObjectRubyFile.realpath(ThreadContext context, IRubyObject recv, IRubyObject path) static IRubyObjectRubyFile.realpath(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject cwd) RubyLocalJumpError.reason()RubyBinding.receiver(ThreadContext context) RubyFrozenError.receiver(ThreadContext context) RubyKeyError.receiver(ThreadContext context) RubyMethod.receiver(ThreadContext context) RubyNameError.receiver(ThreadContext context) RubyComplex.rect(ThreadContext context) nucomp_rectRubyNumeric.rect(ThreadContext context) numeric_rectRubyModule.refine(ThreadContext context, IRubyObject klass, Block block) RubyModule.refinements(ThreadContext context) RubyMatchData.regexp(ThreadContext context, Block block) RubyHash.rehash(ThreadContext context) rb_hash_rehashRubyGlobal.CaseInsensitiveStringOnlyRubyHash.rehash1(ThreadContext context) RubyArray.reject(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.reject(ThreadContext context, IRubyObject self, Block block) RubyHash.reject(ThreadContext context, Block block) RubyArray.reject_bang(ThreadContext context, Block block) RubyHash.reject_bang(ThreadContext context, Block block) RubyBignum.remainder(ThreadContext context, IRubyObject other) rb_big_remainderRubyInteger.remainder(ThreadContext context, IRubyObject dividend) RubyNumeric.remainder(ThreadContext context, IRubyObject y) num_remainderRubyModule.remove_class_variable(ThreadContext context, IRubyObject name) rb_mod_remove_cvarRubyModule.remove_const(ThreadContext context, IRubyObject rubyName) static IRubyObjectRubyKernel.remove_instance_variable(ThreadContext context, IRubyObject self, IRubyObject name, Block block) RubyModule.remove_method(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyFile.rename(ThreadContext context, IRubyObject recv, IRubyObject oldName, IRubyObject newName) RubyIO.reopen(ThreadContext context, IRubyObject[] args) RubyArray.repeated_permutation(ThreadContext context, IRubyObject num, Block block) RubyArray.repeatedCombination(ThreadContext context, IRubyObject num, Block block) RubyArray.replace(ThreadContext context, IRubyObject orig) rb_ary_replaceRubyGlobal.CaseInsensitiveStringOnlyRubyHash.replace(ThreadContext context, IRubyObject other) RubyHash.replace(ThreadContext context, IRubyObject other) rb_hash_replaceRubyString.replace(ThreadContext context, IRubyObject other) rb_str_replace_mRubyConverter.replacement(ThreadContext context) RubyConverter.replacement_set(ThreadContext context, IRubyObject arg) RubyThread.report_on_exception(ThreadContext context) static IRubyObjectRubyThread.report_on_exception(ThreadContext context, IRubyObject self) RubyThread.report_on_exception_set(ThreadContext context, IRubyObject state) static IRubyObjectRubyThread.report_on_exception_set(ThreadContext context, IRubyObject self, IRubyObject state) static IRubyObjectRubyKernel.require(ThreadContext context, IRubyObject recv, IRubyObject name, Block block) Require.static IRubyObjectRubyKernel.require_relative(ThreadContext context, IRubyObject recv, IRubyObject name) RubyIOBuffer.resize(ThreadContext context, IRubyObject size) static IRubyObjectRubyKernel.respond_to_missing_p(ThreadContext context, IRubyObject recv, IRubyObject symbol) static IRubyObjectRubyKernel.respond_to_missing_p(ThreadContext context, IRubyObject recv, IRubyObject symbol, IRubyObject isPrivate) static IRubyObjectRubyKernel.respond_to_p(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectRubyKernel.respond_to_p(ThreadContext context, IRubyObject self, IRubyObject name, IRubyObject includePrivate) RubyStopIteration.result()RubyArray.reverse(ThreadContext context) RubyString.reverse(ThreadContext context) RubyArray.reverse_bang(ThreadContext context) rb_ary_reverse_bangRubyString.reverse_bang(ThreadContext context) RubyArray.reverse_each(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.reverse_each(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.reverse_each(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) RubyRange.reverse_each(ThreadContext context, Block block) static IRubyObjectRubyArgsFile.rewind(ThreadContext context, IRubyObject recv) RubyChain.rewind(ThreadContext context) RubyDir.rewind(ThreadContext context) Moves position in this directory to the first entry.RubyIO.rewind(ThreadContext context) static IRubyObjectRubyProcess.GroupID.rid(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.UserID.rid(ThreadContext context, IRubyObject self) RubyArray.rindex(ThreadContext context, Block block) RubyArray.rindex(ThreadContext context, IRubyObject obj, Block unused) RubyString.rindex(ThreadContext context, IRubyObject arg0) rb_str_rindex_mRubyString.rindex(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.rjust(ThreadContext context, IRubyObject arg0) rb_str_rjustRubyString.rjust(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyDir.rmdir(ThreadContext context, IRubyObject recv, IRubyObject path) Deletes the directory specified bypath.RubyArray.rotate(ThreadContext context) RubyArray.rotate(ThreadContext context, IRubyObject cnt) RubyArray.rotate_bang(ThreadContext context) RubyArray.rotate_bang(ThreadContext context, IRubyObject cnt) RubyFloat.round(ThreadContext context) MRI: flo_roundRubyFloat.round(ThreadContext context, IRubyObject arg0) MRI: flo_roundRubyFloat.round(ThreadContext context, IRubyObject _digits, IRubyObject _opts) MRI: flo_roundRubyInteger.round(ThreadContext context) RubyInteger.round(ThreadContext context, IRubyObject _digits) RubyInteger.round(ThreadContext context, IRubyObject digits, IRubyObject _opts) RubyNumeric.round(ThreadContext context) MRI: num_roundRubyRational.round(ThreadContext context) RubyRational.round(ThreadContext context, IRubyObject n) RubyRational.round(ThreadContext context, IRubyObject n, IRubyObject opts) RubyTime.round(ThreadContext context, IRubyObject[] args) RubyString.rpartition(ThreadContext context, IRubyObject arg) RubyString.rstrip(ThreadContext context) rb_str_rstrip / rb_str_rstrip_bangRubyString.rstrip_bang(ThreadContext context) RubyModule.ruby2_keywords(ThreadContext context, IRubyObject[] args) RubyProc.ruby2_keywords(ThreadContext context) static IRubyObjectRubyHash.ruby2_keywords_hash(ThreadContext context, IRubyObject _self, IRubyObject arg) static IRubyObjectRubyHash.ruby2_keywords_hash_p(ThreadContext context, IRubyObject _self, IRubyObject arg) RubyString.rubyLength(ThreadContext context) RubyThread.run()RubyArray.sample(ThreadContext context) RubyArray.sample(ThreadContext context, IRubyObject sampleOrOpts) RubyArray.sample(ThreadContext context, IRubyObject sample, IRubyObject opts) RubyTime.saturday_p(ThreadContext context) RubyString.scan(ThreadContext context, IRubyObject pat, Block block) rb_str_scanRubyString.scrub(ThreadContext context, Block block) RubyString.scrub(ThreadContext context, IRubyObject repl, Block block) RubyString.scrub_bang(ThreadContext context, Block block) RubyString.scrub_bang(ThreadContext context, IRubyObject repl, Block block) static IRubyObjectRubyConverter.search_convpath(ThreadContext context, IRubyObject self, IRubyObject[] argv) RubyTime.sec(ThreadContext context) static IRubyObjectRubyRandom.seed(ThreadContext context, IRubyObject self) RubyRandomBase.seed(ThreadContext context) static IRubyObjectRubyArgsFile.seek(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyDir.seek(ThreadContext context, IRubyObject newPos) Moves to a positiond.RubyIO.seek(ThreadContext context, IRubyObject off) RubyIO.seek(ThreadContext context, IRubyObject off, IRubyObject whence) RubyArray.select(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.select(ThreadContext context, IRubyObject self, Block block) RubyHash.select(ThreadContext context, Block block) rb_hash_selectstatic IRubyObjectRubyIO.select(ThreadContext context, IRubyObject recv, IRubyObject[] argv) static IRubyObjectRubyKernel.select(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyStruct.select(ThreadContext context, Block block) RubyArray.select_bang(ThreadContext context, Block block) RubyHash.select_bang(ThreadContext context, Block block) RubyBasicObject.send(ThreadContext context, IRubyObject[] args, Block block) RubyBasicObject.send(ThreadContext context, IRubyObject arg0, Block block) RubyBasicObject.send(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyBasicObject.send(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static IRubyObjectRubyKernel.send(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectRubyKernel.send(ThreadContext context, IRubyObject self, IRubyObject arg0, Block block) static IRubyObjectRubyKernel.send(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectRubyKernel.send(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) RubyException.set_backtrace(ThreadContext context, IRubyObject obj) RubyHash.set_default_proc(ThreadContext context, IRubyObject proc) rb_hash_set_default_procstatic IRubyObjectRubyArgsFile.set_encoding(ThreadContext context, IRubyObject recv, IRubyObject encoding) static IRubyObjectRubyArgsFile.set_encoding(ThreadContext context, IRubyObject recv, IRubyObject encoding, IRubyObject internalEncoding) static IRubyObjectRubyArgsFile.set_encoding(ThreadContext context, IRubyObject recv, IRubyObject encoding, IRubyObject internalEncoding, IRubyObject options) RubyIO.set_encoding(ThreadContext context, IRubyObject encodingObj) RubyIO.set_encoding(ThreadContext context, IRubyObject encodingString, IRubyObject internalEncoding) RubyIO.set_encoding(ThreadContext context, IRubyObject encodingString, IRubyObject internalEncoding, IRubyObject options) RubyIO.set_encoding_by_bom(ThreadContext context) static IRubyObjectRubyArgsFile.set_pos(ThreadContext context, IRubyObject recv, IRubyObject offset) RubyDir.set_pos(ThreadContext context, IRubyObject newPos) RubyIOBuffer.set_string(ThreadContext context, IRubyObject _string) RubyIOBuffer.set_string(ThreadContext context, IRubyObject[] args) RubyIOBuffer.set_string(ThreadContext context, IRubyObject _string, IRubyObject _offset) RubyIOBuffer.set_string(ThreadContext context, IRubyObject _string, IRubyObject _offset, IRubyObject _length) RubyModule.set_temporary_name(ThreadContext context, IRubyObject arg) static IRubyObjectRubyKernel.set_trace_func(ThreadContext context, IRubyObject recv, IRubyObject trace_func, Block block) RubyThread.set_trace_func(ThreadContext context, IRubyObject trace_func, Block block) RubyEnumerator.FeedValue.set_value(IRubyObject value) RubyIOBuffer.set_value(ThreadContext context, IRubyObject _dataType, IRubyObject _offset, IRubyObject _value) RubyIOBuffer.set_values(ThreadContext context, IRubyObject _dataTypes, IRubyObject _offset, IRubyObject _values) RubyString.setbyte(ThreadContext context, IRubyObject index, IRubyObject val) static IRubyObjectRubyEncoding.setDefaultExternal(ThreadContext context, IRubyObject recv, IRubyObject encoding) static IRubyObjectRubyEncoding.setDefaultInternal(ThreadContext context, IRubyObject recv, IRubyObject encoding) static IRubyObjectRubyProcess.Sys.setegid(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyProcess.Sys.seteuid(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyProcess.Sys.setgid(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyFileStat.setgid_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.setgid_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.setgid_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyThread.setName(ThreadContext context, IRubyObject name) static IRubyObjectRubyProcess.setpgid(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyProcess.setpgrp(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.setpriority(ThreadContext context, IRubyObject recv, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3) static IRubyObjectRubyProcess.setproctitle(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObjectRubyProcess.setrlimit(ThreadContext context, IRubyObject recv, IRubyObject resource, IRubyObject rlimCur) static IRubyObjectRubyProcess.setrlimit(ThreadContext context, IRubyObject recv, IRubyObject resource, IRubyObject rlimCur, IRubyObject rlimMax) static IRubyObjectRubyProcess.setsid(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.Sys.setuid(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyFileStat.setuid_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.setuid_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.setuid_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyIOBuffer.shared_p(ThreadContext context) RubyArray.shift(ThreadContext context) rb_ary_shiftRubyArray.shift(ThreadContext context, IRubyObject num) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.shift(ThreadContext context) RubyHash.shift(ThreadContext context) rb_hash_shiftRubyArray.shuffle(ThreadContext context) RubyArray.shuffle(ThreadContext context, IRubyObject opts) RubyArray.shuffle_bang(ThreadContext context) RubyArray.shuffle_bang(ThreadContext context, IRubyObject opts) static IRubyObjectRubyProcess.GroupID.sid_available_p(ThreadContext context, IRubyObject self) static IRubyObjectRubyProcess.UserID.sid_available_p(ThreadContext context, IRubyObject self) RubyProcess.RubyStatus.signaled(ThreadContext context) static IRubyObjectRubySignal.signame(ThreadContext context, IRubyObject recv, IRubyObject rubySig) RubySignalException.signo(ThreadContext context) static RubyFloatRubyMath.sin(ThreadContext context, IRubyObject recv, IRubyObject x) static IRubyObjectRubyKernel.singleton_class(ThreadContext context, IRubyObject recv) RubyModule.singleton_class_p(ThreadContext context) static IRubyObjectRubyKernel.singleton_method(ThreadContext context, IRubyObject self, IRubyObject symbol) static IRubyObjectRubyBasicObject.singleton_method_added(ThreadContext context, IRubyObject recv, IRubyObject symbolId, Block block) static IRubyObjectRubyNumeric.singleton_method_added(ThreadContext context, IRubyObject self, IRubyObject name) num_saddedstatic IRubyObjectRubyBasicObject.singleton_method_removed(ThreadContext context, IRubyObject recv, IRubyObject symbolId, Block block) static IRubyObjectRubyBasicObject.singleton_method_undefined(ThreadContext context, IRubyObject recv, IRubyObject symbolId, Block block) static RubyArrayRubyKernel.singleton_methods(ThreadContext context, IRubyObject self, IRubyObject[] args) static RubyFloatRubyMath.sinh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyArithmeticSequence.size(ThreadContext context) RubyChain.size(ThreadContext context) RubyClassPathVariable.size(ThreadContext context) final IRubyObjectRubyEnumerator.size(ThreadContext context) RubyFile.size(ThreadContext context) RubyFileStat.size(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.size(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.size(ThreadContext context, IRubyObject recv, IRubyObject filename) abstract IRubyObjectRubyInteger.size(ThreadContext context) RubyIOBuffer.size(ThreadContext context) RubyMatchData.size(ThreadContext context) match_sizeabstract IRubyObjectRubyObjectSpace.AbstractWeakMap.size(ThreadContext context) RubyRange.size(ThreadContext context) RubyStruct.size(ThreadContext context) static IRubyObjectRubyIOBuffer.size_of(ThreadContext context, IRubyObject self, IRubyObject dataType) RubyFileStat.size_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.size_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.size_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyArgsFile.skip(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.sleep(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.sleep(ThreadContext context, IRubyObject recv, IRubyObject timeout) RubyHash.slice(ThreadContext context, IRubyObject[] args) rb_hash_sliceRubyIOBuffer.slice(ThreadContext context) RubyIOBuffer.slice(ThreadContext context, IRubyObject _offset) RubyIOBuffer.slice(ThreadContext context, IRubyObject _offset, IRubyObject _length) RubyArray.slice_bang(ThreadContext context, IRubyObject arg0) rb_ary_slice_bangRubyArray.slice_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) rb_ary_slice_bangRubyString.slice_bang(ThreadContext context, IRubyObject arg0) rb_str_slice_bangRubyString.slice_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyFileStat.socket_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.socket_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.socket_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyArray.sort(ThreadContext context, Block block) rb_ary_sortstatic IRubyObjectRubyEnumerable.sort(ThreadContext context, IRubyObject self, Block block) RubyArray.sort_bang(ThreadContext context, Block block) rb_ary_sort_bangstatic IRubyObjectRubyEnumerable.sort_by(ThreadContext context, IRubyObject self, Block block) RubyArray.sort_by_bang(ThreadContext context, Block block) rb_ary_sort_by_bangRubyRegexp.source(ThreadContext context) rb_reg_sourcestatic IRubyObjectRubyConverter.EncodingErrorMethods.source_encoding(ThreadContext context, IRubyObject self) RubyConverter.source_encoding(ThreadContext context) static IRubyObjectRubyConverter.EncodingErrorMethods.source_encoding_name(ThreadContext context, IRubyObject self) AbstractRubyMethod.source_location(ThreadContext context) RubyBinding.source_location(ThreadContext context) RubyMethod.source_location(ThreadContext context) RubyProc.source_location(ThreadContext context) static RubyFixnumRubyKernel.spawn(ThreadContext context, IRubyObject recv, IRubyObject[] args) static RubyFixnumRubyProcess.spawn(ThreadContext context, IRubyObject recv, IRubyObject[] args) static RubyArrayRubyFile.split(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyString.splitWithBlock(ThreadContext context, Block block) rb_str_split_mRubyString.splitWithBlock(ThreadContext context, IRubyObject arg0, Block block) RubyString.splitWithBlock(ThreadContext context, IRubyObject pattern, IRubyObject limit, Block block) static IRubyObjectRubyKernel.sprintf(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyInteger.sqrt(ThreadContext context, IRubyObject self, IRubyObject num) rb_int_s_isqrtstatic RubyFloatRubyMath.sqrt(ThreadContext context, IRubyObject recv, IRubyObject x) RubyString.squeeze(ThreadContext context) rb_str_squeeze / rb_str_squeeze_bangRubyString.squeeze(ThreadContext context, IRubyObject arg) RubyString.squeeze(ThreadContext context, IRubyObject[] args) RubyString.squeeze_bang(ThreadContext context) RubyString.squeeze_bang(ThreadContext context, IRubyObject arg) RubyString.squeeze_bang(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.srand(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.srand(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyRandom.srand(ThreadContext context, IRubyObject recv) static IRubyObjectRubyRandom.srand(ThreadContext context, IRubyObject recv, IRubyObject seed) static IRubyObjectRubyGC.start(ThreadContext context, IRubyObject recv, IRubyObject[] args) static RubyThreadRubyThread.start(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Basically the same as Thread.new .RubyString.start_with_p(ThreadContext context) RubyString.start_with_p(ThreadContext context, IRubyObject arg) RubyString.start_with_p(ThreadContext context, IRubyObject[] args) RubySymbol.start_with_p(ThreadContext context) RubySymbol.start_with_p(ThreadContext context, IRubyObject arg) RubySymbol.start_with_p(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyFile.stat(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyIO.stat(ThreadContext context) static IRubyObjectRubyRandom.state(ThreadContext context, IRubyObject recv) RubyRandom.stateObj(ThreadContext context) RubySystemExit.status()RubyThread.status(ThreadContext context) RubyArithmeticSequence.step(ThreadContext context) RubyNumeric.step(ThreadContext context, IRubyObject[] args, Block block) num_stepRubyRange.step(ThreadContext context, Block block) RubyRange.step(ThreadContext context, IRubyObject step, Block block) RubyFileStat.sticky_p(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.sticky_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.sticky_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyThread.stop(ThreadContext context, IRubyObject receiver) RubyThread.stop_p(ThreadContext context) RubyProcess.RubyStatus.stopped_p(ThreadContext context) RubyProcess.RubyStatus.stopsig(ThreadContext context) RubyString.str_eql_p(ThreadContext context, IRubyObject other) static IRubyObjectRubyGC.stress(ThreadContext context, IRubyObject recv) static IRubyObjectRubyGC.stress_set(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyTime.strftime(ThreadContext context, IRubyObject format) static IRubyObjectRubyIOBuffer.string(ThreadContext context, IRubyObject self, IRubyObject _length, Block block) RubyMatchData.string(ThreadContext context) match_stringRubyString.strip(ThreadContext context) rb_str_strip / rb_str_strip_bangRubyString.strip_bang(ThreadContext context) static IRubyObjectRubyKernel.LoopMethods.sub(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) static IRubyObjectRubyKernel.LoopMethods.sub(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) RubyString.sub(ThreadContext context, IRubyObject arg0, Block block) rb_str_sub / rb_str_sub_bangRubyString.sub(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyString.sub_bang(ThreadContext context, IRubyObject arg0, Block block) RubyString.sub_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1, Block block) RubyClass.subclasses(ThreadContext context) RubyTime.subsec(ThreadContext context) RubyInteger.succ(ThreadContext context) int_succRubyString.succ(ThreadContext context) RubySymbol.succ(ThreadContext context) RubyString.succ_bang(ThreadContext context) RubyProcess.RubyStatus.success_p(ThreadContext context) RubySystemExit.success_p()RubyArray.sum(ThreadContext context, Block block) RubyArray.sum(ThreadContext context, IRubyObject init, Block block) static IRubyObjectRubyEnumerable.sum(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.sum(ThreadContext context, IRubyObject self, IRubyObject init, Block block) RubyString.sum(ThreadContext context) RubyString.sum(ThreadContext context, IRubyObject arg) RubyTime.sunday_p(ThreadContext context) RubyMethod.super_method(ThreadContext context) RubyUnboundMethod.super_method(ThreadContext context) RubyClass.superclass(ThreadContext context) Return the real super class of this class.RubyString.swapcase(ThreadContext context) rb_str_swapcase / rb_str_swapcase_bangRubyString.swapcase(ThreadContext context, IRubyObject arg) RubyString.swapcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubySymbol.swapcase(ThreadContext context) RubySymbol.swapcase(ThreadContext context, IRubyObject arg) RubySymbol.swapcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.swapcase_bang(ThreadContext context) RubyString.swapcase_bang(ThreadContext context, IRubyObject arg) RubyString.swapcase_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyProcess.GroupID.switch_rb(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyProcess.UserID.switch_rb(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyFile.symlink(ThreadContext context, IRubyObject recv, IRubyObject from, IRubyObject to) RubyFileStat.symlink_p(ThreadContext context) static RubyBooleanRubyFileTest.FileTestFileMethods.symlink_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.symlink_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyIO.sync(ThreadContext context) Returns the current sync mode.RubyIO.sync_set(ThreadContext context, IRubyObject sync) Sets the current sync mode.static IRubyObjectRubyKernel.syscall(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyIO.sysopen(ThreadContext context, IRubyObject recv, IRubyObject[] argv, Block block) RubyIO.sysread(ThreadContext context, IRubyObject _length) RubyIO.sysread(ThreadContext context, IRubyObject _length, IRubyObject _str) RubyIO.sysseek(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.system(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.syswrite(ThreadContext context, IRubyObject str) RubyUncaughtThrowError.tag()RubyArray.take(ThreadContext context, IRubyObject n) rb_ary_takestatic IRubyObjectRubyEnumerable.take(ThreadContext context, IRubyObject self, IRubyObject n, Block block) RubyArray.take_while(ThreadContext context, Block block) rb_ary_take_whilestatic IRubyObjectRubyEnumerable.take_while(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.tally(ThreadContext context, IRubyObject self) static IRubyObjectRubyEnumerable.tally(ThreadContext context, IRubyObject self, IRubyObject hashArg) static RubyFloatRubyMath.tan(ThreadContext context, IRubyObject recv, IRubyObject x) static RubyFloatRubyMath.tanh(ThreadContext context, IRubyObject recv, IRubyObject x) RubyModule.target(ThreadContext context) static IRubyObjectRubyArgsFile.tell(ThreadContext context, IRubyObject recv) RubyDir.tell(ThreadContext context) Returns the current position in the directory.RubyProcess.RubyStatus.termsig(ThreadContext context) static IRubyObjectRubyKernel.test(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyKernel.test(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyThread.thread_variable_get(ThreadContext context, IRubyObject key) RubyThread.thread_variable_p(ThreadContext context, IRubyObject key) RubyThread.thread_variable_set(ThreadContext context, IRubyObject key, IRubyObject value) RubyThread.thread_variables(ThreadContext context) RubyTime.thursday_p(ThreadContext context) RubyRegexp.timeout(ThreadContext context) static IRubyObjectRubyRegexp.timeout(ThreadContext context, IRubyObject recv) static IRubyObjectRubyRegexp.timeout_set(ThreadContext context, IRubyObject recv, IRubyObject timeout) RubyInteger.times(ThreadContext context, Block block) static IRubyObjectRubyProcess.times(ThreadContext context, IRubyObject recv, Block unusedBlock) static IRubyObjectRubyArgsFile.to_a(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyArray.to_a(ThreadContext context) rb_ary_to_astatic IRubyObjectRubyEnumerable.to_a(ThreadContext context, IRubyObject self) static IRubyObjectRubyEnumerable.to_a(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyEnumerable.to_a(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyHash.to_a(ThreadContext context) rb_hash_to_aRubyMatchData.to_a(ThreadContext context) match_to_astatic RubyArrayRubyNil.to_a(ThreadContext context, IRubyObject recv) nil_to_aRubyRange.to_a(ThreadContext context, Block block) RubyStruct.to_a(ThreadContext context) RubyTime.to_a(ThreadContext context) RubyArray.to_ary(ThreadContext context) RubyComplex.to_c(ThreadContext context) nucomp_to_cstatic IRubyObjectRubyNil.to_c(ThreadContext context, IRubyObject recv) nilclass_to_cRubyNumeric.to_c(ThreadContext context) numeric_to_cRubyString.to_c(ThreadContext context) string_to_cRubyComplex.to_f(ThreadContext context) nucomp_to_fRubyFloat.to_f(ThreadContext context) abstract IRubyObjectRubyInteger.to_f(ThreadContext context) static RubyFloatRubyNil.to_f(ThreadContext context, IRubyObject recv) nil_to_fRubyRational.to_f(ThreadContext context) nurat_to_fRubyString.to_f(ThreadContext context) RubyTime.to_f()RubyArray.to_h(ThreadContext context, Block block) static RubyHashRubyData.to_h(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.to_h(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) RubyGlobal.CaseInsensitiveStringOnlyRubyHash.to_h(ThreadContext context, Block block) RubyHash.to_h(ThreadContext context, Block block) static RubyHashRubyNil.to_h(ThreadContext context, IRubyObject recv) RubyStruct.to_h(ThreadContext context, Block block) RubyHash.to_hash(ThreadContext context) rb_hash_to_hashRubyComplex.to_i(ThreadContext context) nucomp_to_iRubyInteger.to_i(ThreadContext context) static RubyFixnumRubyNil.to_i(ThreadContext context, IRubyObject recv) nil_to_iRubyProcess.RubyStatus.to_i(ThreadContext context) RubyRational.to_i(ThreadContext context) RubyString.to_i(ThreadContext context) RubyString.to_i(ThreadContext context, IRubyObject arg0) rb_str_to_iRubyTime.to_i(ThreadContext context) RubyNumeric.to_int(ThreadContext context) num_to_intstatic IRubyObjectRubyArgsFile.to_io(ThreadContext context, IRubyObject recv) RubyIO.to_io()RubyDir.to_path(ThreadContext context) RubyHash.to_proc(ThreadContext context) RubyMethod.to_proc(ThreadContext context) Create a Proc object.RubyProc.to_proc()RubySymbol.to_proc(ThreadContext context) RubyYielder.to_proc(ThreadContext context) RubyComplex.to_r(ThreadContext context) nucomp_to_rRubyFloat.to_r(ThreadContext context) RubyInteger.to_r(ThreadContext context) integer_to_rstatic IRubyObjectRubyNil.to_r(ThreadContext context, IRubyObject recv) nilclass_to_rRubyRational.to_r(ThreadContext context) nurat_to_rRubyString.to_r(ThreadContext context) string_to_rRubyTime.to_r(ThreadContext context) static IRubyObjectRubyArgsFile.to_s(ThreadContext context, IRubyObject recv) RubyClassPathVariable.to_s(ThreadContext context) RubyComplex.to_s(ThreadContext context) nucomp_to_sRubyEncoding.to_s(ThreadContext context) RubyException.to_s(ThreadContext context) RubyFloat.to_s(ThreadContext context) flo_to_sRubyGlobal.CaseInsensitiveStringOnlyRubyHash.to_s(ThreadContext context) RubyHash.to_s(ThreadContext context) rb_hash_to_s & to_s_hashRubyInteger.to_s(ThreadContext context) RubyInteger.to_s(ThreadContext context, IRubyObject x) RubyIOBuffer.to_s(ThreadContext context) static IRubyObjectRubyKernel.to_s(ThreadContext context, IRubyObject self) RubyMatchData.to_s(ThreadContext context) match_to_sRubyModule.to_s(ThreadContext context) rb_mod_to_sRubyNameError.to_s(ThreadContext context) static RubyStringRubyNil.to_s(ThreadContext context, IRubyObject recv) nil_to_sRubyProc.to_s(ThreadContext context) RubyProcess.RubyStatus.to_s(ThreadContext context) RubyRange.to_s(ThreadContext context) RubyRational.to_s(ThreadContext context) nurat_to_sRubyRegexp.to_s(ThreadContext context) RubyString.to_s(ThreadContext context) RubySymbol.to_s(ThreadContext context) RubyThread.Location.to_s(ThreadContext context) RubyTime.to_s(ThreadContext context) RubyNameError.RubyNameErrorMessage.to_str(ThreadContext context) RubySymbol.to_sym()static IRubyObjectRubyException.to_tty_p(ThreadContext context, IRubyObject recv) static IRubyObjectRubyGC.total_time(ThreadContext context, IRubyObject self) RubyString.tr(ThreadContext context, IRubyObject src, IRubyObject repl) rb_str_tr / rb_str_tr_bangRubyString.tr_bang(ThreadContext context, IRubyObject src, IRubyObject repl) RubyString.tr_s(ThreadContext context, IRubyObject src, IRubyObject repl) rb_str_tr_s / rb_str_tr_s_bangRubyString.tr_s_bang(ThreadContext context, IRubyObject src, IRubyObject repl) static IRubyObjectRubyKernel.trace_var(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyIOBuffer.transfer(ThreadContext context) RubyHash.transform_keys(ThreadContext context, IRubyObject[] args, Block block) RubyHash.transform_keys_bang(ThreadContext context, IRubyObject[] args, Block block) RubyHash.transform_values(ThreadContext context, Block block) RubyHash.transform_values_bang(ThreadContext context, Block block) RubyArray.transpose(ThreadContext context) rb_ary_transposestatic IRubyObjectRubyBoolean.True.true_and(ThreadContext context, IRubyObject tru, IRubyObject oth) static IRubyObjectRubyBoolean.True.true_or(IRubyObject tru, IRubyObject oth) static IRubyObjectRubyBoolean.True.true_xor(ThreadContext context, IRubyObject tru, IRubyObject oth) RubyFile.truncate(ThreadContext context, IRubyObject len) static IRubyObjectRubyFile.truncate(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject length) RubyFloat.truncate(ThreadContext context) MRI: flo_truncateRubyFloat.truncate(ThreadContext context, IRubyObject n) MRI: flo_truncateRubyInteger.truncate(ThreadContext context) abstract IRubyObjectRubyInteger.truncate(ThreadContext context, IRubyObject arg) RubyNumeric.truncate(ThreadContext context) MRI: num_truncateRubyRational.truncate(ThreadContext context) MRI: nurat_truncateRubyRational.truncate(ThreadContext context, IRubyObject n) static IRubyObjectRubyArray.try_convert(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyHash.try_convert(ThreadContext context, IRubyObject recv, IRubyObject args) static IRubyObjectRubyInteger.try_convert(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObjectRubyRegexp.try_convert(ThreadContext context, IRubyObject recv, IRubyObject args) static IRubyObjectRubyString.try_convert(ThreadContext context, IRubyObject recv, IRubyObject str) static IRubyObjectRubyIO.tryConvert(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyIO.tty_p(ThreadContext context) RubyTime.tuesday_p(ThreadContext context) static RubyClassRubyKernel.type(IRubyObject self) RubyFileStat.uid(ThreadContext context) static IRubyObjectRubyProcess.uid(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.uid_set(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyFile.umask(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyMethod.unbind()RubyModule.undef_method(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyObjectSpace.undefine_finalizer(ThreadContext context, IRubyObject recv, IRubyObject obj, Block block) RubyModule.undefined_instance_method(ThreadContext context) RubyString.undump(ThreadContext context) RubyIO.ungetbyte(ThreadContext context, IRubyObject b) RubyIO.ungetc(ThreadContext context, IRubyObject c) RubyArray.union(ThreadContext context, IRubyObject[] args) rb_ary_union_multistatic IRubyObjectRubyRegexp.union(ThreadContext context, IRubyObject recv, IRubyObject[] args) rb_reg_s_unionRubyArray.uniq(ThreadContext context, Block block) static IRubyObjectRubyEnumerable.uniq(ThreadContext context, IRubyObject self, Block block) RubyArray.uniq_bang(ThreadContext context, Block block) static IRubyObjectRubyFile.unlink(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyString.unpack(ThreadContext context, IRubyObject obj, Block block) RubyString.unpack(ThreadContext context, IRubyObject obj, IRubyObject opt, Block block) RubyString.unpack1(ThreadContext context, IRubyObject obj, Block block) RubyString.unpack1(ThreadContext context, IRubyObject obj, IRubyObject opt, Block block) RubyArray.unshift(ThreadContext context) RubyArray.unshift(ThreadContext context, IRubyObject item) rb_ary_unshiftRubyArray.unshift(ThreadContext context, IRubyObject[] items) static IRubyObjectRubyKernel.untrace_var(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyString.upcase(ThreadContext context) rb_str_upcase / rb_str_upcase_bangRubyString.upcase(ThreadContext context, IRubyObject arg) RubyString.upcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubySymbol.upcase(ThreadContext context) RubySymbol.upcase(ThreadContext context, IRubyObject arg) RubySymbol.upcase(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyString.upcase_bang(ThreadContext context) RubyString.upcase_bang(ThreadContext context, IRubyObject arg) RubyString.upcase_bang(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyInteger.upto(ThreadContext context, IRubyObject to, Block block) int_uptofinal IRubyObjectRubyString.upto(ThreadContext context, IRubyObject end, Block block) rb_str_upto_mfinal IRubyObjectRubyString.upto(ThreadContext context, IRubyObject end, IRubyObject excl, Block block) static IRubyObjectRubyRandom.urandom(ThreadContext context, IRubyObject recv, IRubyObject num) RubyEnumerator.FeedValue.use_value(ThreadContext context) RubyTime.usec(ThreadContext context) Get the microsecond part of this time value.RubyModule.used_modules(ThreadContext context) RubyModule.used_refinements(ThreadContext context) RubyModule.using(ThreadContext context, IRubyObject refinedModule) static RubyTimeRubyTime.utc(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyFile.utime(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyString.valid_encoding_p(ThreadContext context) RubyIOBuffer.valid_p(ThreadContext context) RubyEnumerator.FeedValue.value()RubyThread.value(ThreadContext context) RubyUncaughtThrowError.value()RubyHash.values(ThreadContext context) rb_hash_valuesRubyIOBuffer.values(ThreadContext context, IRubyObject _dataType) RubyIOBuffer.values(ThreadContext context, IRubyObject _dataType, IRubyObject _offset) RubyIOBuffer.values(ThreadContext context, IRubyObject _dataType, IRubyObject _offset, IRubyObject _count) RubyObjectSpace.AbstractWeakMap.values(ThreadContext context) RubyArray.values_at(ThreadContext context, IRubyObject[] args) rb_values_atRubyHash.values_at(ThreadContext context, IRubyObject[] args) rb_hash_values_atRubyMatchData.values_at(ThreadContext context, IRubyObject[] args) RubyStruct.values_at(ThreadContext context, IRubyObject[] args) RubyIO.wait(ThreadContext context, IRubyObject[] argv) static IRubyObjectRubyIO.wait(ThreadContext context, IRubyObject _io, IRubyObject[] argv) static IRubyObjectRubyProcess.RubyStatus.wait(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyProcess.wait(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyIO.wait_readable(ThreadContext context, IRubyObject[] argv) static IRubyObjectRubyIO.wait_readable(ThreadContext context, IRubyObject _io, IRubyObject[] argv) RubyIO.wait_writable(ThreadContext context, IRubyObject[] argv) waits until input available or timed out and returns self, or nil when EOF reached.static IRubyObjectRubyIO.wait_writable(ThreadContext context, IRubyObject _io, IRubyObject[] argv) waits until input available or timed out and returns self, or nil when EOF reached.static IRubyObjectRubyProcess.wait2(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.waitall(ThreadContext context, IRubyObject recv) static IRubyObjectRubyProcess.waitpid(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyProcess.waitpid2(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyThread.wakeup()static IRubyObjectRubyProcess.warmup(ThreadContext context, IRubyObject recv) static IRubyObjectRubyKernel.warn(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyKernel.warn(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyTime.wday(ThreadContext context) RubyTime.wednesday_p(ThreadContext context) static IRubyObjectRubyData.with(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyArithmeticSequence.with_index(ThreadContext context, Block block) RubyArithmeticSequence.with_index(ThreadContext context, IRubyObject arg, Block block) RubyChain.with_index(ThreadContext context, Block block) RubyChain.with_index(ThreadContext context, IRubyObject arg, Block block) RubyEnumerator.with_index(ThreadContext context, Block block) RubyEnumerator.with_index(ThreadContext context, IRubyObject arg, Block block) RubyEnumerator.with_object(ThreadContext context, IRubyObject arg, Block block) RubyFileStat.worldReadable(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.worldReadable(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.worldReadable(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.worldWritable(ThreadContext context) static IRubyObjectRubyFileTest.FileTestFileMethods.worldWritable(ThreadContext context, IRubyObject recv, IRubyObject filename) static IRubyObjectRubyFileTest.worldWritable(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.writable_p(ThreadContext context) static RubyBooleanRubyFileTest.FileTestFileMethods.writable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.writable_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFileStat.writableReal_p(ThreadContext context) static IRubyObjectRubyArgsFile.write(ThreadContext context, IRubyObject recv) static IRubyObjectRubyArgsFile.write(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyArgsFile.write(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyArgsFile.write(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyArgsFile.write(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyIO.write(ThreadContext context, IRubyObject str) Ruby method IO#write(str), equivalent to io_write_m.RubyIO.write(ThreadContext context, IRubyObject[] args) Ruby method IO#write(str, ...), equivalent to io_write_m.static IRubyObjectRubyIO.write(ThreadContext context, IRubyObject recv, IRubyObject[] argv) RubyIOBuffer.write(ThreadContext context, IRubyObject io) RubyIOBuffer.write(ThreadContext context, IRubyObject io, IRubyObject length) RubyIOBuffer.write(ThreadContext context, IRubyObject io, IRubyObject length, IRubyObject offset) RubyIO.write_nonblock(ThreadContext context, IRubyObject arg0) RubyIO.write_nonblock(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyIO.write2(ThreadContext context, IRubyObject arg0, IRubyObject arg1) Ruby method IO#write(str, ...), equivalent to io_write_m.RubyIO.write3(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Ruby method IO#write(str, ...), equivalent to io_write_m.RubyIOBuffer.xor_bang(ThreadContext context, IRubyObject _mask) RubyTime.yday(ThreadContext context) RubyTime.year(ThreadContext context) RubyYielder.yield(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyKernel.yield_self(ThreadContext context, IRubyObject recv, Block block) RubyFileStat.zero_p(ThreadContext context) static RubyBooleanRubyFileTest.FileTestFileMethods.zero_p(ThreadContext context, IRubyObject recv, IRubyObject filename) static RubyBooleanRubyFileTest.zero_p(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyFloat.zero_p(ThreadContext context) MRI: flo_zero_pabstract IRubyObjectRubyInteger.zero_p(ThreadContext context) RubyNumeric.zero_p(ThreadContext context) num_zero_pRubyArray.zip(ThreadContext context, IRubyObject[] args, Block block) rb_ary_zipstatic IRubyObjectRubyEnumerable.zip(ThreadContext context, IRubyObject self, Block block) static IRubyObjectRubyEnumerable.zip(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectRubyEnumerable.zip(ThreadContext context, IRubyObject self, IRubyObject arg0, Block block) RubyTime.zone(ThreadContext context) -
Uses of JRubyMethod in org.jruby.anno
Fields in org.jruby.anno declared as JRubyMethodMethods in org.jruby.anno with parameters of type JRubyMethodModifier and TypeMethodDescriptionstatic voidAnnotationHelper.addMethodNamesToMap(Map<String, JRubyMethod> map, JRubyMethod jrubyMethod, String simpleName) static voidAnnotationHelper.addMethodNamesToMap(Map<String, JRubyMethod> map, JRubyMethod anno, String simpleName, String[] names, String[] aliases) voidAnnotationBinder.generateMethodAddCalls(ExecutableElement md, JRubyMethod anno) voidIndyBinder.generateMethodAddCalls(ExecutableElement md, JRubyMethod jrubyMethod) static intAnnotationHelper.getArityValue(JRubyMethod anno, int actualRequired) static StringAnnotationHelper.getCallerCallConfigNameByAnno(JRubyMethod jrubyMethod) Produce a CallConfiguration name that represents what *caller* methods must prepare for the method with this annotation.static longIndyBinder.getEncodedSignature(JRubyMethod anno) static voidAnnotationHelper.groupFrameFields(Map<Set<FrameField>, List<String>> readGroups, Map<Set<FrameField>, List<String>> writeGroups, JRubyMethod anno, String simpleName) Method parameters in org.jruby.anno with type arguments of type JRubyMethodModifier and TypeMethodDescriptionstatic voidAnnotationHelper.addMethodNamesToMap(Map<String, JRubyMethod> map, JRubyMethod jrubyMethod, String simpleName) static voidAnnotationHelper.addMethodNamesToMap(Map<String, JRubyMethod> map, JRubyMethod anno, String simpleName, String[] names, String[] aliases) -
Uses of JRubyMethod in org.jruby.common
Methods in org.jruby.common with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectRubyWarnings.categories(ThreadContext context, IRubyObject recv) static IRubyObjectRubyWarnings.op_aref(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectRubyWarnings.op_aset(ThreadContext context, IRubyObject self, IRubyObject arg, IRubyObject flag) static IRubyObjectRubyWarnings.warn(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyWarnings.warn(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) -
Uses of JRubyMethod in org.jruby.ext.bigdecimal
Methods in org.jruby.ext.bigdecimal with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubyBigDecimal._dump(ThreadContext context) RubyBigDecimal._dump(ThreadContext context, IRubyObject unused) static RubyBigDecimalRubyBigDecimal._load(ThreadContext context, IRubyObject recv, IRubyObject from) RubyBigDecimal.abs(ThreadContext context) RubyBigDecimal.add2(ThreadContext context, IRubyObject b, IRubyObject digits) RubyBigDecimal.ceil(ThreadContext context) RubyBigDecimal.ceil(ThreadContext context, IRubyObject arg) RubyBigDecimal.coerce(ThreadContext context, IRubyObject other) RubyBigDecimal.divmod(ThreadContext context, IRubyObject other) static IRubyObjectRubyBigDecimal.double_fig(ThreadContext context, IRubyObject recv) RubyBigDecimal.eql_p(ThreadContext context, IRubyObject arg) RubyBigDecimal.exponent(ThreadContext context) RubyBigDecimal.finite_p(ThreadContext context) RubyBigDecimal.fix(ThreadContext context) RubyBigDecimal.floor(ThreadContext context) RubyBigDecimal.floor(ThreadContext context, IRubyObject arg) RubyBigDecimal.frac(ThreadContext context) RubyBigDecimal.hash(ThreadContext context) static IRubyObjectRubyBigDecimal.induced_from(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyBigDecimal.infinite_p(ThreadContext context) RubyBigDecimal.initialize_copy(ThreadContext context, IRubyObject original) RubyBigDecimal.inspect(ThreadContext context) static IRubyObjectRubyBigDecimal.interpret_loosely(ThreadContext context, IRubyObject recv, IRubyObject str) static IRubyObjectRubyBigDecimal.limit(ThreadContext context, IRubyObject recv) Retrieve vpPrecLimit.static IRubyObjectRubyBigDecimal.limit(ThreadContext context, IRubyObject recv, IRubyObject arg) Set new vpPrecLimit if Fixnum and return the old value.static IRubyObjectRubyBigDecimal.mode(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyBigDecimal.mult2(ThreadContext context, IRubyObject b, IRubyObject n) RubyBigDecimal.n_significant_digits(ThreadContext context) RubyBigDecimal.nan_p(ThreadContext context) static IRubyObjectRubyBigDecimal.BigDecimalKernelMethods.newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyBigDecimal.BigDecimalKernelMethods.newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyBigDecimal.BigDecimalKernelMethods.newBigDecimal(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject opts) RubyBigDecimal.nonzero_p(ThreadContext context) RubyBigDecimal.op_cmp(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_div(ThreadContext context, IRubyObject other) RubyBigDecimal.op_div(ThreadContext context, IRubyObject other, IRubyObject digits) RubyBigDecimal.op_divide(ThreadContext context, IRubyObject other) RubyBigDecimal.op_eqq(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_ge(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_gt(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_le(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_lt(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_minus(ThreadContext context, IRubyObject b) RubyBigDecimal.op_mod(ThreadContext context, IRubyObject other) RubyBigDecimal.op_mul(ThreadContext context, IRubyObject arg) RubyBigDecimal.op_plus(ThreadContext context, IRubyObject b) RubyBigDecimal.op_pow(ThreadContext context, IRubyObject exp) RubyBigDecimal.op_power(ThreadContext context, IRubyObject exp) RubyBigDecimal.op_power(ThreadContext context, IRubyObject exp, IRubyObject prec) RubyBigDecimal.op_quo(ThreadContext context, IRubyObject other) RubyBigDecimal.op_quo(ThreadContext context, IRubyObject object, IRubyObject digits) RubyBigDecimal.op_uminus(ThreadContext context) RubyBigDecimal.op_uplus(ThreadContext context) RubyBigDecimal.precision(ThreadContext context) RubyBigDecimal.precision_scale(ThreadContext context) RubyBigDecimal.precs(ThreadContext context) Deprecated.RubyBigDecimal.remainder(ThreadContext context, IRubyObject arg) RubyBigDecimal.round(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyBigDecimal.save_exception_mode(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyBigDecimal.save_limit(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyBigDecimal.save_rounding_mode(ThreadContext context, IRubyObject recv, Block block) RubyBigDecimal.scale(ThreadContext context) RubyBigDecimal.sign(ThreadContext context) RubyBigDecimal.split(ThreadContext context) RubyBigDecimal.sqrt(ThreadContext context, IRubyObject arg) RubyBigDecimal.sub2(ThreadContext context, IRubyObject b, IRubyObject n) RubyBigDecimal.to_f(ThreadContext context) RubyBigDecimal.to_int(ThreadContext context) RubyBigDecimal.to_r(ThreadContext context) RubyBigDecimal.to_s(ThreadContext context) RubyBigDecimal.to_s(ThreadContext context, IRubyObject arg) RubyBigDecimal.truncate(ThreadContext context) RubyBigDecimal.truncate(ThreadContext context, IRubyObject arg) RubyBigDecimal.zero_p(ThreadContext context) -
Uses of JRubyMethod in org.jruby.ext.coverage
Methods in org.jruby.ext.coverage with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectCoverageModule.line_stub(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectCoverageModule.peek_result(ThreadContext context, IRubyObject self) static IRubyObjectCoverageModule.result(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectCoverageModule.resume(ThreadContext context, IRubyObject self) static IRubyObjectCoverageModule.running_p(ThreadContext context, IRubyObject self) static IRubyObjectCoverageModule.setup(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectCoverageModule.start(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectCoverageModule.state(ThreadContext context, IRubyObject self) static IRubyObjectCoverageModule.supported_p(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectCoverageModule.suspend(ThreadContext context, IRubyObject self) -
Uses of JRubyMethod in org.jruby.ext.date
Methods in org.jruby.ext.date with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic RubyIntegerRubyDate._comp_year69(ThreadContext context, IRubyObject self, IRubyObject year) static RubyIntegerRubyDate._i(ThreadContext context, IRubyObject self, IRubyObject val) static RubyDateRubyDate._load(ThreadContext context, IRubyObject klass, IRubyObject str) static IRubyObjectRubyDate._match(ThreadContext context, IRubyObject self, IRubyObject reg, IRubyObject str) static IRubyObjectRubyDate._parse_impl(ThreadContext context, IRubyObject self, IRubyObject s, IRubyObject h) static IRubyObjectRubyDate._s3e(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyDate._strptime(ThreadContext context, IRubyObject self, IRubyObject string) static IRubyObjectRubyDate._strptime(ThreadContext context, IRubyObject self, IRubyObject string, IRubyObject format) static IRubyObjectRubyDateTime._strptime(ThreadContext context, IRubyObject self, IRubyObject string) static IRubyObjectRubyDateTime._strptime(ThreadContext context, IRubyObject self, IRubyObject string, IRubyObject format) static IRubyObjectRubyDate._subs(ThreadContext context, IRubyObject self, IRubyObject str, IRubyObject reg) RubyDate._valid_civil_p(ThreadContext context, IRubyObject[] args) Deprecated.static IRubyObjectRubyDate._valid_civil_p(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyDate._valid_commercial_p(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObjectRubyDate._valid_jd_p(IRubyObject self, IRubyObject jd) static IRubyObjectRubyDate._valid_jd_p(IRubyObject self, IRubyObject jd, IRubyObject sg) RubyDate._valid_ordinal_p(ThreadContext context, IRubyObject[] args) Deprecated.static IRubyObjectRubyDate._valid_ordinal_p(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObjectRubyDate._valid_time_p(ThreadContext context, IRubyObject self, IRubyObject h, IRubyObject m, IRubyObject s) static IRubyObjectRubyDate._valid_weeknum_p(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.RubyDate.ajd(ThreadContext context) RubyDate.amjd(ThreadContext context) static RubyDateRubyDate.civil(ThreadContext context, IRubyObject self) # Create a new Date object for the Civil Date specified by # year +y+, month +m+, and day-of-month +d+.static RubyDateRubyDate.civil(ThreadContext context, IRubyObject self, IRubyObject year) static RubyDateRubyDate.civil(ThreadContext context, IRubyObject self, IRubyObject[] args) static RubyDateRubyDate.civil(ThreadContext context, IRubyObject self, IRubyObject year, IRubyObject month) static RubyDateRubyDate.civil(ThreadContext context, IRubyObject self, IRubyObject year, IRubyObject month, IRubyObject mday) static RubyDateTimeRubyDateTime.civil(ThreadContext context, IRubyObject self) # Create a new DateTime object corresponding to the specified # Civil Date and hour +h+, minute +min+, second +s+.static RubyDateTimeRubyDateTime.civil(ThreadContext context, IRubyObject self, IRubyObject year) static RubyDateTimeRubyDateTime.civil(ThreadContext context, IRubyObject self, IRubyObject[] args) static RubyDateTimeRubyDateTime.civil(ThreadContext context, IRubyObject self, IRubyObject year, IRubyObject month) static RubyDateRubyDate.commercial(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyDate.cwday(ThreadContext context) RubyDate.cweek(ThreadContext context) RubyDate.cwyear(ThreadContext context) RubyDate.day_fraction(ThreadContext context) RubyDate.england(ThreadContext context) RubyDate.eql_p(ThreadContext context, IRubyObject other) RubyDate.gregorian(ThreadContext context) static IRubyObjectRubyDate.gregorian_leap_p(ThreadContext context, IRubyObject self, IRubyObject year) RubyDate.gregorian_p(ThreadContext context) RubyDate.hash(ThreadContext context) RubyDate.hour(ThreadContext context) RubyDate.initialize(ThreadContext context, IRubyObject dt) Deprecated.kept due AR-JDBC (uses RubyClass.newInstance(...) to 'fast' allocate a Date instance)RubyDate.initialize(ThreadContext context, IRubyObject ajd, IRubyObject of) RubyDate.initialize(ThreadContext context, IRubyObject ajd, IRubyObject of, IRubyObject sg) RubyDate.inspect(ThreadContext context) RubyDate.italy(ThreadContext context) RubyDate.jd(ThreadContext context) static RubyDateRubyDate.jd(ThreadContext context, IRubyObject self) Create a new Date object from a Julian Day Number.static RubyDateRubyDate.jd(ThreadContext context, IRubyObject self, IRubyObject jd) static RubyDateRubyDate.jd(ThreadContext context, IRubyObject self, IRubyObject jd, IRubyObject sg) static RubyDateTimeRubyDateTime.jd(ThreadContext context, IRubyObject self) # Create a new DateTime object corresponding to the specified # Julian Day Number +jd+ and hour +h+, minute +min+, second +s+.static RubyDateTimeRubyDateTime.jd(ThreadContext context, IRubyObject self, IRubyObject[] args) static RubyNumericRubyDate.jd_to_ajd(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyDate.julian(ThreadContext context) static IRubyObjectRubyDate.julian_leap_p(ThreadContext context, IRubyObject self, IRubyObject year) RubyDate.julian_p(ThreadContext context) RubyDate.ld(ThreadContext context) RubyDate.leap_p(ThreadContext context) RubyDate.marshal_dump(ThreadContext context) RubyDate.marshal_load(ThreadContext context, IRubyObject a) RubyDate.mday(ThreadContext context) RubyDate.minute(ThreadContext context) RubyDate.mjd(ThreadContext context) RubyDate.mon(ThreadContext context) static RubyDateRubyDate.new_(ThreadContext context, IRubyObject self) Deprecated.internal Date.new!static RubyDateRubyDate.new_(ThreadContext context, IRubyObject self, IRubyObject ajd) Deprecated.internal Date.new!static RubyDateRubyDate.new_(ThreadContext context, IRubyObject self, IRubyObject ajd, IRubyObject of) Deprecated.internal Date.new!static RubyDateRubyDate.new_(ThreadContext context, IRubyObject self, IRubyObject ajd, IRubyObject of, IRubyObject sg) Deprecated.internal Date.new!RubyDate.new_offset(ThreadContext context, IRubyObject[] args) RubyDate.new_start(ThreadContext context) RubyDate.new_start(ThreadContext context, IRubyObject sg) RubyDate.next(ThreadContext context) RubyDate.next_day(ThreadContext context) RubyDate.next_day(ThreadContext context, IRubyObject n) RubyDate.next_month(ThreadContext context) RubyDate.next_month(ThreadContext context, IRubyObject n) RubyDate.next_year(ThreadContext context) RubyDate.next_year(ThreadContext context, IRubyObject n) static RubyDateTimeRubyDateTime.now(ThreadContext context, IRubyObject self) # Create a new DateTime object representing the current time.static RubyDateTimeRubyDateTime.now(ThreadContext context, IRubyObject self, IRubyObject sg) RubyDate.offset(ThreadContext context) RubyDate.op_cmp(ThreadContext context, IRubyObject other) RubyDate.op_eqq(ThreadContext context, IRubyObject other) The relationship operator for Date.RubyDate.op_minus(ThreadContext context, IRubyObject n) RubyDate.op_plus(ThreadContext context, IRubyObject n) static RubyDateRubyDate.ordinal(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyDate.prev_day(ThreadContext context) RubyDate.prev_day(ThreadContext context, IRubyObject n) RubyDate.prev_month(ThreadContext context) RubyDate.prev_month(ThreadContext context, IRubyObject n) RubyDate.prev_year(ThreadContext context) RubyDate.prev_year(ThreadContext context, IRubyObject n) RubyDate.sec_fraction(ThreadContext context) RubyDate.second(ThreadContext context) RubyDate.shift_bw(ThreadContext context, IRubyObject n) RubyDate.shift_fw(ThreadContext context, IRubyObject n) RubyDate.start(ThreadContext context) RubyDate.strftime(ThreadContext context) RubyDate.strftime(ThreadContext context, IRubyObject fmt) RubyDateTime.strftime(ThreadContext context) RubyDateTime.strftime(ThreadContext context, IRubyObject fmt) RubyDate.to_date()RubyDateTime.to_date(ThreadContext context) static RubyDateTimeExt.to_date(ThreadContext context, IRubyObject self) RubyDate.to_datetime(ThreadContext context) RubyDateTime.to_datetime()static RubyDateTimeTimeExt.to_datetime(ThreadContext context, IRubyObject self) RubyDate.to_s(ThreadContext context) RubyDateTime.to_s(ThreadContext context) RubyDate.to_time(ThreadContext context) RubyDateTime.to_time(ThreadContext context) static RubyTimeTimeExt.to_time(IRubyObject self) static RubyDateRubyDate.today(ThreadContext context, IRubyObject self) # Create a new Date object representing today.static RubyDateRubyDate.today(ThreadContext context, IRubyObject self, IRubyObject sg) static IRubyObjectRubyDate.valid_civil_p(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyDate.valid_commercial_p(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectRubyDate.valid_jd_p(ThreadContext context, IRubyObject self, IRubyObject jd) static IRubyObjectRubyDate.valid_jd_p(ThreadContext context, IRubyObject self, IRubyObject jd, IRubyObject sg) static IRubyObjectRubyDate.valid_ordinal_p(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyDate.wday(ThreadContext context) RubyDate.yday(ThreadContext context) RubyDate.year(ThreadContext context) RubyDate.zone(ThreadContext context) static IRubyObjectRubyDate.zone_to_diff(ThreadContext context, IRubyObject self, IRubyObject zone) -
Uses of JRubyMethod in org.jruby.ext.digest
Methods in org.jruby.ext.digest with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubyDigest.DigestBase.block_length(ThreadContext context) static IRubyObjectRubyDigest.DigestInstance.block_length(ThreadContext context, IRubyObject self) static RubyStringRubyDigest.bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg) RubyDigest.DigestBase.bubblebabble(ThreadContext context) static RubyStringRubyDigest.DigestClass.bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyDigest.DigestInstance.bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyDigest.DigestInstance.bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyDigest.DigestInstance.digest(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.digest(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObjectRubyDigest.DigestInstance.digest_bang(ThreadContext context, IRubyObject self) RubyDigest.DigestBase.digest_length(ThreadContext context) static IRubyObjectRubyDigest.DigestInstance.digest_length(ThreadContext context, IRubyObject self) RubyDigest.DigestBase.finish(ThreadContext context) static IRubyObjectRubyDigest.DigestInstance.finish(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.hexdigest(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.hexdigest(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObjectRubyDigest.DigestInstance.hexdigest_bang(ThreadContext context, IRubyObject self) static RubyStringRubyDigest.hexencode(ThreadContext context, IRubyObject self, IRubyObject arg) RubyDigest.DigestBase.initialize_copy(ThreadContext context, IRubyObject obj) static IRubyObjectRubyDigest.DigestInstance.inspect(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.length(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.newObject(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestInstance.op_equal(ThreadContext context, IRubyObject self, IRubyObject oth) RubyDigest.DigestBase.reset()static IRubyObjectRubyDigest.DigestInstance.reset(ThreadContext context, IRubyObject self) static IRubyObjectRubyDigest.DigestClass.s_digest(ThreadContext context, IRubyObject recv) static IRubyObjectRubyDigest.DigestClass.s_digest(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyDigest.DigestClass.s_digest(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyDigest.DigestClass.s_digest(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyDigest.DigestClass.s_digest(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static IRubyObjectRubyDigest.DigestClass.s_hexdigest(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectRubyDigest.DigestClass.s_hexdigest(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyDigest.DigestClass.s_hexdigest(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectRubyDigest.DigestInstance.to_s(ThreadContext context, IRubyObject self) RubyDigest.DigestBase.update(IRubyObject obj) static IRubyObjectRubyDigest.DigestInstance.update(ThreadContext context, IRubyObject self, IRubyObject arg) -
Uses of JRubyMethod in org.jruby.ext.etc
Methods in org.jruby.ext.etc with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectRubyEtc.confstr(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyEtc.endgrent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.endpwent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.getgrent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.getgrgid(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyEtc.getgrnam(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObjectRubyEtc.getlogin(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.getpwent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.getpwnam(ThreadContext context, IRubyObject recv, IRubyObject name) static IRubyObjectRubyEtc.getpwuid(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyEtc.group(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyEtc.nprocessors(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.passwd(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectRubyEtc.IOExt.pathconf(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyEtc.setgrent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.setpwent(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.sysconf(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectRubyEtc.sysconfdir(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.systmpdir(ThreadContext context, IRubyObject recv) static IRubyObjectRubyEtc.uname(ThreadContext context, IRubyObject self) -
Uses of JRubyMethod in org.jruby.ext.ffi
Methods in org.jruby.ext.ffi with annotations of type JRubyMethodModifier and TypeMethodDescriptionPointer.address(ThreadContext context) Struct.alignment(ThreadContext context) static IRubyObjectStruct.alignment(ThreadContext context, IRubyObject structClass) final IRubyObjectStructLayout.Field.alignment(ThreadContext context) Type.alignment(ThreadContext context) Gets the native alignment of thisTypein bytesstatic IRubyObjectStruct.allocateIn(ThreadContext context, IRubyObject klass) static IRubyObjectStruct.allocateIn(ThreadContext context, IRubyObject klass, IRubyObject clearArg) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateInOut(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static IRubyObjectStruct.allocateInOut(ThreadContext context, IRubyObject klass) static IRubyObjectStruct.allocateInOut(ThreadContext context, IRubyObject klass, IRubyObject clearArg) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject arg) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateInput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) static IRubyObjectStruct.allocateOut(ThreadContext context, IRubyObject klass) static IRubyObjectStruct.allocateOut(ThreadContext context, IRubyObject klass, IRubyObject clearArg) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject arg2) static BufferBuffer.allocateOutput(ThreadContext context, IRubyObject recv, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg) final IRubyObjectAbstractMemory.aref(ThreadContext context, IRubyObject indexArg) StructLayout.aref(ThreadContext context, IRubyObject fieldName) AbstractInvoker.attach(ThreadContext context, IRubyObject obj, IRubyObject methodName) Attaches this function to a ruby module or class.final IRubyObjectMemoryPointer.autorelease(ThreadContext context, IRubyObject release) final IRubyObjectMemoryPointer.autorelease_p(ThreadContext context) static IRubyObjectPlatform.bsd_p(ThreadContext context, IRubyObject recv) AbstractMemory.clear(ThreadContext context) Clears (zeros out) the memory contents.Struct.clear(ThreadContext context) StructLayout.ArrayProxy.each(ThreadContext context, Block block) Needed for Enumerable implementationfinal IRubyObjectType.Array.elem_type(ThreadContext context) Type.Builtin.eql_p(ThreadContext context, IRubyObject obj) Type.Builtin.equal_p(ThreadContext context, IRubyObject obj) StructLayout.fields(ThreadContext context) final IRubyObjectMemoryPointer.free(ThreadContext context) final IRubyObjectMappedType.from_native(ThreadContext context, IRubyObject value, IRubyObject ctx) static IRubyObjectMemoryPointer.from_string(ThreadContext context, IRubyObject klass, IRubyObject s) final IRubyObjectAbstractMemory.get(ThreadContext context, IRubyObject typeName, IRubyObject offset, IRubyObject value) StructLayout.ArrayProxy.get(ThreadContext context) StructLayout.ArrayProxy.get(ThreadContext context, IRubyObject index) final IRubyObjectStructLayout.Field.get(ThreadContext context, IRubyObject pointer) StructLayout.get(ThreadContext context, IRubyObject ptr, IRubyObject name) Gets the value of the struct member corresponding toname.AbstractMemory.get_array_of_float(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 32 bit floating point values from the memory address.AbstractMemory.get_array_of_float64(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 64 bit floating point values from the memory address.AbstractMemory.get_array_of_int16(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 16 bit integer values from the memory address.AbstractMemory.get_array_of_int32(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 32 bit integer values from the memory address.AbstractMemory.get_array_of_int64(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 64 bit integer values from the memory address.AbstractMemory.get_array_of_int8(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed 8 bit integer values from the memory address.AbstractMemory.get_array_of_long(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of signed long integer values from the memory address.AbstractMemory.get_array_of_pointer(ThreadContext context, IRubyObject offset, IRubyObject length) AbstractMemory.get_array_of_string(ThreadContext context, IRubyObject rbOffset) AbstractMemory.get_array_of_string(ThreadContext context, IRubyObject rbOffset, IRubyObject rbCount) AbstractMemory.get_array_of_uint16(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of unsigned 16 bit integer values from the memory address.AbstractMemory.get_array_of_uint32(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of unsigned 32 bit integer values from the memory address.AbstractMemory.get_array_of_uint64(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of unsigned 64 bit integer values from the memory address.AbstractMemory.get_array_of_uint8(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of unsigned 8 bit integer values from the memory address.AbstractMemory.get_array_of_ulong(ThreadContext context, IRubyObject offset, IRubyObject length) Reads an array of unsigned long integer values from the memory address.AbstractMemory.get_bytes(ThreadContext context, IRubyObject offArg, IRubyObject lenArg) AbstractMemory.get_float32(ThreadContext context) Reads a 32 bit floating point value from the memory address.AbstractMemory.get_float32(ThreadContext context, IRubyObject offset) Reads a 32 bit floating point value from the memory address.AbstractMemory.get_float64(ThreadContext context) Reads a 64 bit floating point value from the memory address.AbstractMemory.get_float64(ThreadContext context, IRubyObject offset) Reads a 64 bit floating point value from the memory address.AbstractMemory.get_int16(ThreadContext context) Reads a 16 bit signed integer value from the memory address.AbstractMemory.get_int16(ThreadContext context, IRubyObject offset) Reads a 16 bit signed integer value from the memory address.AbstractMemory.get_int32(ThreadContext context) Reads a 32 bit signed integer value from the memory address.AbstractMemory.get_int32(ThreadContext context, IRubyObject offset) Reads a 32 bit signed integer value from the memory address.AbstractMemory.get_int64(ThreadContext context) Reads a 64 bit integer value from the memory address.AbstractMemory.get_int64(ThreadContext context, IRubyObject offset) Reads a 64 bit integer value from the memory address.AbstractMemory.get_int8(ThreadContext context) Reads an 8 bit signed integer value from the memory address.AbstractMemory.get_int8(ThreadContext context, IRubyObject offset) Reads an 8 bit signed integer value from the memory address.AbstractMemory.get_long(ThreadContext context) Reads a C long integer value from the memory area.AbstractMemory.get_long(ThreadContext context, IRubyObject offset) Reads a C long integer value from the memory area.AbstractMemory.get_pointer(ThreadContext context) AbstractMemory.get_pointer(ThreadContext context, IRubyObject offset) AbstractMemory.get_string(ThreadContext context) AbstractMemory.get_string(ThreadContext context, IRubyObject offArg) AbstractMemory.get_string(ThreadContext context, IRubyObject offArg, IRubyObject lenArg) AbstractMemory.get_uint16(ThreadContext context) Reads a 16 bit unsigned integer value from the memory address.AbstractMemory.get_uint16(ThreadContext context, IRubyObject offset) Reads a 16 bit unsigned integer value from the memory address.AbstractMemory.get_uint32(ThreadContext context) Reads a 32 bit unsigned integer value from the memory address.AbstractMemory.get_uint32(ThreadContext context, IRubyObject offset) Reads a 32 bit unsigned integer value from the memory address.AbstractMemory.get_uint64(ThreadContext context) Reads a 64 bit unsigned integer value from the memory address.AbstractMemory.get_uint64(ThreadContext context, IRubyObject offset) Reads a 64 bit unsigned integer value from the memory address.AbstractMemory.get_uint8(ThreadContext context) Reads an 8 bit unsigned integer value from the memory address.AbstractMemory.get_uint8(ThreadContext context, IRubyObject offset) Reads an 8 bit unsigned integer value from the memory address.AbstractMemory.get_ulong(ThreadContext context) Reads a C unsigned long integer value from the memory area.AbstractMemory.get_ulong(ThreadContext context, IRubyObject offset) Reads a C unsigned long integer value from the memory area.Struct.getFieldValue(ThreadContext context, IRubyObject fieldName) Struct.getLayout(ThreadContext context) AbstractMemory.hash(ThreadContext context) Calculates a hash code for the pointer.Buffer.initialize(ThreadContext context, IRubyObject sizeArg, Block block) Buffer.initialize(ThreadContext context, IRubyObject sizeArg, IRubyObject arg2, Block block) Buffer.initialize(ThreadContext context, IRubyObject sizeArg, IRubyObject countArg, IRubyObject clearArg, Block block) final IRubyObjectMemoryPointer.initialize(ThreadContext context, IRubyObject sizeArg, Block block) final IRubyObjectMemoryPointer.initialize(ThreadContext context, IRubyObject sizeArg, IRubyObject count, Block block) final IRubyObjectMemoryPointer.initialize(ThreadContext context, IRubyObject sizeArg, IRubyObject count, IRubyObject clear, Block block) Pointer.initialize(ThreadContext context, IRubyObject address) Pointer.initialize(ThreadContext context, IRubyObject type, IRubyObject address) Struct.initialize(ThreadContext context) Struct.initialize(ThreadContext context, IRubyObject ptr) Struct.initialize(ThreadContext context, IRubyObject[] args) final IRubyObjectStructLayout.ArrayField.initialize(ThreadContext context, IRubyObject[] args) StructLayout.Field.initialize(ThreadContext context, IRubyObject[] args) final IRubyObjectStructLayout.FunctionField.initialize(ThreadContext context, IRubyObject[] args) StructLayout.InnerStructField.initialize(ThreadContext context, IRubyObject[] args) Buffer.initialize_copy(ThreadContext context, IRubyObject other) Pointer.initialize_copy(ThreadContext context, IRubyObject other) Struct.initialize_copy(ThreadContext context, IRubyObject other) Buffer.inspect(ThreadContext context) final IRubyObjectType.Builtin.inspect(ThreadContext context) final IRubyObjectStructByValue.layout(ThreadContext context) final IRubyObjectType.Array.length(ThreadContext context) static IRubyObjectPlatform.linux_p(ThreadContext context, IRubyObject recv) static IRubyObjectPlatform.mac_p(ThreadContext context, IRubyObject recv) Struct.members(ThreadContext context) static IRubyObjectStruct.members(ThreadContext context, IRubyObject structClass) StructLayout.members(ThreadContext context) Gets a ruby array of the names of all members of this struct.final IRubyObjectStructLayout.Field.name(ThreadContext context) static final IRubyObjectIOModule.native_read(ThreadContext context, IRubyObject self, IRubyObject src, IRubyObject dst, IRubyObject rbLength) final IRubyObjectMappedType.native_type(ThreadContext context) static final IRubyObjectCallbackInfo.newCallbackInfo(ThreadContext context, IRubyObject klass, IRubyObject[] args) CallbackInfo.newstatic final IRubyObjectType.Array.newInstance(ThreadContext context, IRubyObject klass, IRubyObject componentType, IRubyObject length) static final IRubyObjectMappedType.newMappedType(ThreadContext context, IRubyObject klass, IRubyObject converter) static final IRubyObjectStructByValue.newStructByValue(ThreadContext context, IRubyObject klass, IRubyObject structClass1) static final IRubyObjectStructLayout.newStructLayout(ThreadContext context, IRubyObject klass, IRubyObject[] args) Pointer.null_p(ThreadContext context) Tests if thisPointerrepresents the CNULLvalue.Struct.null_p(ThreadContext context) final IRubyObjectStructLayout.Field.offset(ThreadContext context) Struct.offset_of(ThreadContext context, IRubyObject fieldName) static IRubyObjectStruct.offset_of(ThreadContext context, IRubyObject structClass, IRubyObject fieldName) StructLayout.offset_of(ThreadContext context, IRubyObject fieldName) Struct.offsets(ThreadContext context) static IRubyObjectStruct.offsets(ThreadContext context, IRubyObject structClass) StructLayout.offsets(ThreadContext context) Gets a ruby array of the offsets of all members of this struct.AbstractMemory.op_equal(ThreadContext context, IRubyObject obj) MemoryPointer.op_equal(ThreadContext context, IRubyObject obj) Pointer.op_equal(ThreadContext context, IRubyObject obj) Type.Builtin.op_equal(ThreadContext context, IRubyObject obj) AbstractMemory.op_plus(ThreadContext context, IRubyObject value) final IRubyObjectAbstractMemory.order(ThreadContext context) final IRubyObjectAbstractMemory.order(ThreadContext context, IRubyObject byte_order) final IRubyObjectStruct.order(ThreadContext context) final IRubyObjectStruct.order(ThreadContext context, IRubyObject byte_order) final IRubyObjectCallbackInfo.param_types(ThreadContext context) Struct.pointer(ThreadContext context) final IRubyObjectAbstractMemory.put(ThreadContext context, IRubyObject typeName, IRubyObject offset) StructLayout.ArrayProxy.put(ThreadContext context, IRubyObject index, IRubyObject value) final IRubyObjectStructLayout.Field.put(ThreadContext context, IRubyObject pointer, IRubyObject value) StructLayout.put(ThreadContext context, IRubyObject ptr, IRubyObject name, IRubyObject value) Sets the native value of the struct member corresponding toname.AbstractMemory.put_array_of_float(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of 32 bit floating point values to the memory area.AbstractMemory.put_array_of_float64(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of 64 bit floating point values to the memory area.AbstractMemory.put_array_of_int16(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of signed 16 bit integer values to the memory area.AbstractMemory.put_array_of_int32(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of signed 32 bit integer values to the memory area.AbstractMemory.put_array_of_int64(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of signed 64 bit integer values to the memory area.AbstractMemory.put_array_of_int8(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of signed 8 bit integer values to the memory area.AbstractMemory.put_array_of_long(ThreadContext context, IRubyObject offset, IRubyObject arr) Writes an array of signed long integer values to the memory area.AbstractMemory.put_array_of_pointer(ThreadContext context, IRubyObject offset, IRubyObject arrParam) AbstractMemory.put_array_of_uint16(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of unsigned 16 bit integer values to the memory area.AbstractMemory.put_array_of_uint32(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of unsigned 32 bit integer values to the memory area.AbstractMemory.put_array_of_uint64(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of unsigned 64 bit integer values to the memory area.AbstractMemory.put_array_of_uint8(ThreadContext context, IRubyObject offset, IRubyObject arrParam) Writes an array of unsigned 8 bit integer values to the memory area.AbstractMemory.put_array_of_ulong(ThreadContext context, IRubyObject offset, IRubyObject arr) Writes an array of unsigned long integer values to the memory area.AbstractMemory.put_bytes(ThreadContext context, IRubyObject[] args) AbstractMemory.put_callback(ThreadContext context, IRubyObject offset, IRubyObject proc, IRubyObject cbInfo) AbstractMemory.put_float32(ThreadContext context, IRubyObject value) Writes an 32 bit floating point value to the memory area.AbstractMemory.put_float32(ThreadContext context, IRubyObject offset, IRubyObject value) Writes an 32 bit floating point value to the memory area.AbstractMemory.put_float64(ThreadContext context, IRubyObject value) Writes an 64 bit floating point value to the memory area.AbstractMemory.put_float64(ThreadContext context, IRubyObject offset, IRubyObject value) Writes an 64 bit floating point value to the memory area.AbstractMemory.put_int16(ThreadContext context, IRubyObject value) Writes a 16 bit signed integer value to the memory address.AbstractMemory.put_int16(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 16 bit signed integer value to the memory address.AbstractMemory.put_int32(ThreadContext context, IRubyObject value) Writes a 32 bit signed integer value to the memory address.AbstractMemory.put_int32(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 32 bit signed integer value to the memory address.AbstractMemory.put_int64(ThreadContext context, IRubyObject value) Writes a 64 bit integer value to the memory area.AbstractMemory.put_int64(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 64 bit integer value to the memory area.AbstractMemory.put_int8(ThreadContext context, IRubyObject value) Writes a 8 bit signed integer value to the memory area.AbstractMemory.put_int8(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 8 bit signed integer value to the memory area.AbstractMemory.put_long(ThreadContext context, IRubyObject value) Writes a C long integer value to the memory area.AbstractMemory.put_long(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a C long integer value to the memory area.AbstractMemory.put_pointer(ThreadContext context, IRubyObject value) AbstractMemory.put_pointer(ThreadContext context, IRubyObject offset, IRubyObject value) AbstractMemory.put_string(ThreadContext context, IRubyObject offArg, IRubyObject strArg) AbstractMemory.put_uint16(ThreadContext context, IRubyObject value) Writes a 16 bit unsigned integer value to the memory address.AbstractMemory.put_uint16(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 16 bit unsigned integer value to the memory address.AbstractMemory.put_uint32(ThreadContext context, IRubyObject value) Writes an 32 bit unsigned integer value to the memory address.AbstractMemory.put_uint32(ThreadContext context, IRubyObject offset, IRubyObject value) Writes an 32 bit unsigned integer value to the memory address.AbstractMemory.put_uint64(ThreadContext context, IRubyObject value) Writes a 64 bit unsigned integer value to the memory area.AbstractMemory.put_uint64(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 64 bit unsigned integer value to the memory area.AbstractMemory.put_uint8(ThreadContext context, IRubyObject value) Writes a 8 bit unsigned integer value to the memory area.AbstractMemory.put_uint8(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a 8 bit unsigned integer value to the memory area.AbstractMemory.put_ulong(ThreadContext context, IRubyObject value) Writes a C long integer value to the memory area.AbstractMemory.put_ulong(ThreadContext context, IRubyObject offset, IRubyObject value) Writes a C long integer value to the memory area.AbstractMemory.read_array_of_float(ThreadContext context, IRubyObject length) Reads an array of signed 32 bit floating point values from the memory address.AbstractMemory.read_array_of_float64(ThreadContext context, IRubyObject length) Reads an array of signed 64 bit floating point values from the memory address.AbstractMemory.read_array_of_int16(ThreadContext context, IRubyObject length) Reads an array of signed 16 bit integer values from the memory address.AbstractMemory.read_array_of_int32(ThreadContext context, IRubyObject length) Reads an array of signed 32 bit integer values from the memory address.AbstractMemory.read_array_of_int64(ThreadContext context, IRubyObject length) Reads an array of signed 64 bit integer values from the memory address.AbstractMemory.read_array_of_int8(ThreadContext context, IRubyObject length) Reads an array of signed 8 bit integer values from the memory address.AbstractMemory.read_array_of_long(ThreadContext context, IRubyObject length) Reads an array of signed long integer values from the memory address.AbstractMemory.read_array_of_pointer(ThreadContext context, IRubyObject length) AbstractMemory.read_array_of_string(ThreadContext context) AbstractMemory.read_array_of_string(ThreadContext context, IRubyObject rbLength) AbstractMemory.read_array_of_type(ThreadContext context, IRubyObject typeArg, IRubyObject lenArg) AbstractMemory.read_array_of_type(ThreadContext context, IRubyObject typeArg, IRubyObject reader, IRubyObject lenArg) AbstractMemory.read_array_of_uint16(ThreadContext context, IRubyObject length) Reads an array of unsigned 16 bit integer values from the memory address.AbstractMemory.read_array_of_uint32(ThreadContext context, IRubyObject length) Reads an array of unsigned 32 bit integer values from the memory address.AbstractMemory.read_array_of_uint64(ThreadContext context, IRubyObject length) Reads an array of unsigned 64 bit integer values from the memory address.AbstractMemory.read_array_of_uint8(ThreadContext context, IRubyObject length) Reads an array of unsigned 8 bit integer values from the memory address.AbstractMemory.read_array_of_ulong(ThreadContext context, IRubyObject length) Reads an array of unsigned long integer values from the memory address.AbstractMemory.read_bytes(ThreadContext context, IRubyObject lenArg) AbstractMemory.read_char(ThreadContext context) Reads an 8 bit signed integer value from the memory address.AbstractMemory.read_double(ThreadContext context) Reads a 64 bit floating point value from the memory address.AbstractMemory.read_float(ThreadContext context) Reads a 32 bit floating point value from the memory address.AbstractMemory.read_int(ThreadContext context) Reads a 32 bit signed integer value from the memory address.AbstractMemory.read_long(ThreadContext context) Reads a C long integer value from the memory area.AbstractMemory.read_long_long(ThreadContext context) Reads a 64 bit integer value from the memory address.AbstractMemory.read_pointer(ThreadContext context) AbstractMemory.read_short(ThreadContext context) Reads a 16 bit signed integer value from the memory address.AbstractMemory.read_string(ThreadContext context) AbstractMemory.read_string(ThreadContext context, IRubyObject rbLength) AbstractMemory.read_uchar(ThreadContext context) Reads an 8 bit unsigned integer value from the memory address.AbstractMemory.read_uint(ThreadContext context) Reads a 32 bit unsigned integer value from the memory address.AbstractMemory.read_uint16(ThreadContext context) Reads a 16 bit unsigned integer value from the memory address.AbstractMemory.read_uint8(ThreadContext context) Reads a 8 bit unsigned integer value from the memory address.AbstractMemory.read_ulong(ThreadContext context) Reads a C unsigned long integer value from the memory area.AbstractMemory.read_ulong_long(ThreadContext context) Reads a 64 bit unsigned integer value from the memory address.AbstractMemory.read_ushort(ThreadContext context) Reads a 16 bit unsigned integer value from the memory address.final IRubyObjectCallbackInfo.result_type(ThreadContext context) static IRubyObjectStruct.set_layout(ThreadContext context, IRubyObject structClass, IRubyObject layout) Struct.setFieldValue(ThreadContext context, IRubyObject fieldName, IRubyObject fieldValue) static IRubyObjectPointer.size(ThreadContext context, IRubyObject recv) Struct.size(ThreadContext context) static IRubyObjectStruct.size(ThreadContext context, IRubyObject structClass) StructLayout.ArrayProxy.size(ThreadContext context) final IRubyObjectStructLayout.Field.size(ThreadContext context) Type.size(ThreadContext context) Gets the native size of thisTypein bytesfinal IRubyObjectAbstractMemory.slice(ThreadContext context, IRubyObject offset, IRubyObject size) static IRubyObjectPlatform.solaris_p(ThreadContext context, IRubyObject recv) final IRubyObjectStructByValue.struct_class(ThreadContext context) final IRubyObjectMappedType.to_native(ThreadContext context, IRubyObject value, IRubyObject ctx) final IRubyObjectAbstractMemory.to_ptr(ThreadContext context) StructLayout.ArrayProxy.to_ptr(ThreadContext context) final IRubyObjectCallbackInfo.to_s(ThreadContext context) Pointer.to_s(ThreadContext context) final IRubyObjectStructByValue.to_s(ThreadContext context) StructLayout.CharArrayProxy.to_s(ThreadContext context) final IRubyObjectType.Builtin.to_sym(ThreadContext context) AbstractMemory.total(ThreadContext context) Gets the total size (in bytes) of the Memory.final IRubyObjectStructLayout.Field.type(ThreadContext context) final IRubyObjectAbstractMemory.type_size(ThreadContext context) Indicates how many bytes the intrinsic type of the memory uses.StructLayout.union_bang(ThreadContext context) static IRubyObjectPlatform.unix_p(ThreadContext context, IRubyObject recv) Struct.values(ThreadContext context) static IRubyObjectPlatform.windows_p(ThreadContext context, IRubyObject recv) AbstractMemory.write_array_of_float(ThreadContext context, IRubyObject ary) Writes an array of 32 bit floating point values to the memory area.AbstractMemory.write_array_of_float64(ThreadContext context, IRubyObject ary) Writes an array of 64 bit floating point values to the memory area.AbstractMemory.write_array_of_int16(ThreadContext context, IRubyObject ary) Writes an array of signed 16 bit integer values to the memory area.AbstractMemory.write_array_of_int32(ThreadContext context, IRubyObject ary) Writes an array of signed 32 bit integer values to the memory area.AbstractMemory.write_array_of_int64(ThreadContext context, IRubyObject ary) Writes an array of signed 64 bit integer values to the memory area.AbstractMemory.write_array_of_int8(ThreadContext context, IRubyObject ary) Writes an array of signed 8 bit integer values to the memory area.AbstractMemory.write_array_of_long(ThreadContext context, IRubyObject ary) Writes an array of signed long integer values to the memory area.AbstractMemory.write_array_of_pointer(ThreadContext context, IRubyObject arrParam) AbstractMemory.write_array_of_type(ThreadContext context, IRubyObject typeArg, IRubyObject aryArg) AbstractMemory.write_array_of_type(ThreadContext context, IRubyObject typeArg, IRubyObject writer, IRubyObject aryArg) AbstractMemory.write_array_of_uint16(ThreadContext context, IRubyObject ary) Writes an array of unsigned 16 bit integer values to the memory area.AbstractMemory.write_array_of_uint32(ThreadContext context, IRubyObject ary) Writes an array of unsigned 32 bit integer values to the memory area.AbstractMemory.write_array_of_uint64(ThreadContext context, IRubyObject ary) Writes an array of unsigned 64 bit integer values to the memory area.AbstractMemory.write_array_of_uint8(ThreadContext context, IRubyObject ary) Writes an array of unsigned 8 bit integer values to the memory area.AbstractMemory.write_array_of_ulong(ThreadContext context, IRubyObject ary) Writes an array of unsigned long integer values to the memory area.AbstractMemory.write_bytes(ThreadContext context, IRubyObject[] args) AbstractMemory.write_char(ThreadContext context, IRubyObject value) Writes a 8 bit signed integer value to the memory area.AbstractMemory.write_double(ThreadContext context, IRubyObject value) Writes an 64 bit floating point value to the memory area.AbstractMemory.write_float(ThreadContext context, IRubyObject value) Writes an 32 bit floating point value to the memory area.AbstractMemory.write_int(ThreadContext context, IRubyObject value) Writes a 32 bit signed integer value to the memory address.AbstractMemory.write_long(ThreadContext context, IRubyObject value) Writes a C long integer value to the memory area.AbstractMemory.write_long_long(ThreadContext context, IRubyObject value) Writes a 64 bit integer value to the memory area.AbstractMemory.write_pointer(ThreadContext context, IRubyObject value) AbstractMemory.write_short(ThreadContext context, IRubyObject value) Writes a 16 bit signed integer value to the memory address.AbstractMemory.write_string(ThreadContext context, IRubyObject strArg) AbstractMemory.write_string(ThreadContext context, IRubyObject strArg, IRubyObject lenArg) AbstractMemory.write_uchar(ThreadContext context, IRubyObject value) Writes a 8 bit unsigned integer value to the memory area.AbstractMemory.write_uint(ThreadContext context, IRubyObject value) Writes an 32 bit unsigned integer value to the memory address.AbstractMemory.write_ulong_long(ThreadContext context, IRubyObject value) Writes a 64 bit unsigned integer value to the memory area.AbstractMemory.write_ushort(ThreadContext context, IRubyObject value) Writes a 16 bit unsigned integer value to the memory address. -
Uses of JRubyMethod in org.jruby.ext.ffi.io
Methods in org.jruby.ext.ffi.io with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic FileDescriptorIOFileDescriptorIO.newInstance(ThreadContext context, IRubyObject recv, IRubyObject fd) static RubyIOFileDescriptorIO.wrap(ThreadContext context, IRubyObject recv, IRubyObject fd) -
Uses of JRubyMethod in org.jruby.ext.ffi.jffi
Methods in org.jruby.ext.ffi.jffi with annotations of type JRubyMethodModifier and TypeMethodDescriptionfinal IRubyObjectFunction.autorelease(ThreadContext context, IRubyObject release) final IRubyObjectFunction.autorelease_p(ThreadContext context) static final IRubyObjectFactory.LastError.error(ThreadContext context, IRubyObject recv) static final IRubyObjectFactory.LastError.error_set(ThreadContext context, IRubyObject recv, IRubyObject value) DynamicLibrary.findFunction(ThreadContext context, IRubyObject symbolName) DynamicLibrary.findVariable(ThreadContext context, IRubyObject symbolName) final IRubyObjectFunction.free(ThreadContext context) DynamicLibrary.Symbol.inspect(ThreadContext context) VariadicInvoker.invoke(ThreadContext context, IRubyObject typesArg, IRubyObject paramsArg) DynamicLibrary.Symbol.library(ThreadContext context) DynamicLibrary.name(ThreadContext context) static IRubyObjectFunction.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJFFIInvoker.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args) static VariadicInvokerVariadicInvoker.newInstance(ThreadContext context, IRubyObject klass, IRubyObject[] args) static final IRubyObjectDynamicLibrary.open(ThreadContext context, IRubyObject recv, IRubyObject libraryName, IRubyObject libraryFlags) DynamicLibrary.Symbol.to_s(ThreadContext context) static final IRubyObjectFactory.WinapiLastError.winapi_error(ThreadContext context, IRubyObject recv) static final IRubyObjectFactory.WinapiLastError.winapi_error_set(ThreadContext context, IRubyObject recv, IRubyObject value) -
Uses of JRubyMethod in org.jruby.ext.fiber
Methods in org.jruby.ext.fiber with annotations of type JRubyMethodModifier and TypeMethodDescriptionThreadFiber.__finalize__(ThreadContext context) ThreadFiber.alive_p(ThreadContext context) ThreadFiber.backtrace(ThreadContext context) ThreadFiber.backtrace(ThreadContext context, IRubyObject level) ThreadFiber.backtrace(ThreadContext context, IRubyObject level, IRubyObject length) ThreadFiber.backtrace_locations(ThreadContext context) ThreadFiber.backtrace_locations(ThreadContext context, IRubyObject level) ThreadFiber.backtrace_locations(ThreadContext context, IRubyObject level, IRubyObject length) static IRubyObjectThreadFiber.blocking(ThreadContext context, IRubyObject self, Block block) ThreadFiber.blocking_p(ThreadContext context) static IRubyObjectThreadFiber.blocking_p_s(ThreadContext context, IRubyObject self) static IRubyObjectThreadFiber.current(ThreadContext context, IRubyObject recv) static IRubyObjectThreadFiber.FiberSchedulerSupport.current_scheduler(ThreadContext context, IRubyObject self) static IRubyObjectThreadFiber.FiberSchedulerSupport.get_scheduler(ThreadContext context, IRubyObject self) ThreadFiber.initialize(ThreadContext context, Block block) ThreadFiber.initialize(ThreadContext context, IRubyObject _opts, Block block) ThreadFiber.kill(ThreadContext context) static IRubyObjectThreadFiber.op_aref(ThreadContext context, IRubyObject recv, IRubyObject key) static IRubyObjectThreadFiber.op_aset(ThreadContext context, IRubyObject recv, IRubyObject key, IRubyObject value) ThreadFiber.raise(ThreadContext context, IRubyObject[] args) ThreadFiber.resume(ThreadContext context, IRubyObject[] values) static IRubyObjectThreadFiber.FiberSchedulerSupport.schedule(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectThreadFiber.FiberSchedulerSupport.set_scheduler(ThreadContext context, IRubyObject self, IRubyObject scheduler) ThreadFiber.storage(ThreadContext context) ThreadFiber.storage_set(ThreadContext context, IRubyObject hash) ThreadFiber.transfer(ThreadContext context, IRubyObject[] values) static IRubyObjectThreadFiber.yield(ThreadContext context, IRubyObject recv) static IRubyObjectThreadFiber.yield(ThreadContext context, IRubyObject recv, IRubyObject value) static IRubyObjectThreadFiber.yield(ThreadContext context, IRubyObject recv, IRubyObject[] value) -
Uses of JRubyMethod in org.jruby.ext.io.nonblock
Methods in org.jruby.ext.io.nonblock with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectIONonBlock.nonblock(ThreadContext context, IRubyObject io, Block block) static IRubyObjectIONonBlock.nonblock(ThreadContext context, IRubyObject io, IRubyObject nonblocking, Block block) static IRubyObjectIONonBlock.nonblock_p(ThreadContext context, IRubyObject io) static IRubyObjectIONonBlock.nonblock_set(ThreadContext context, IRubyObject io, IRubyObject nonblocking) -
Uses of JRubyMethod in org.jruby.ext.jruby
Methods in org.jruby.ext.jruby with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic RubyStringCoreExt.String.alloc(ThreadContext context, IRubyObject recv, IRubyObject size) static IRubyObjectJRubyUtilLibrary.cache_stats(ThreadContext context, IRubyObject self) Provide stats on how many method and constant invalidations have occurred globally.static IRubyObjectJRubyUtilLibrary.class_loader_resources(ThreadContext context, IRubyObject recv, IRubyObject... args) Note: class_loader_resources alias exists since 9.2static IRubyObjectJRubyUtilLibrary.classpath_launcher(ThreadContext context, IRubyObject recv) JRubyObjectInputStream.close(ThreadContext context) static IRubyObjectJRubyLibrary.compile(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJRubyLibrary.compile_ir(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJRubyUtilLibrary.current_directory(ThreadContext context, IRubyObject recv) static IRubyObjectJRubyLibrary.dereference(ThreadContext context, IRubyObject recv, IRubyObject obj) Unwrap the given Java-integration-wrapped object, returning the unwrapped object.static IRubyObjectJRubyLibrary.JRubyConfig.did_you_mean_disabled_p(ThreadContext context, IRubyObject self) static IRubyObjectJRubyUtilLibrary.extra_gem_paths(ThreadContext context, IRubyObject recv) static IRubyObjectJRubyUtilLibrary.gc(ThreadContext context, IRubyObject recv) JRubyExecutionContextLocal.getDefault()JRubyExecutionContextLocal.getDefaultProc(ThreadContext context) static IRubyObjectJRubyUtilLibrary.getObjectSpaceEnabled(ThreadContext context, IRubyObject recv) JRubyExecutionContextLocal.getValue(ThreadContext context) static IRubyObjectJRubyLibrary.identity_hash(ThreadContext context, IRubyObject recv, IRubyObject obj) Provide the "identity" hash code that System.identityHashCode would produce.JRubyExecutionContextLocal.initialize(ThreadContext context, IRubyObject[] args, Block block) JRubyObjectInputStream.initialize(ThreadContext context, IRubyObject wrappedStream) static RubyArrayJRubyUtilLibrary.internal_libraries(ThreadContext context, IRubyObject self) Deprecated.static RubyBooleanJRubyLibrary.is_security_restricted(ThreadContext context, IRubyObject recv) static IRubyObjectJRubyUtilLibrary.load_ext(ThreadContext context, IRubyObject recv, IRubyObject klass) Prefered way to boot-up JRuby extensions (available asJRuby.load_ext).static IRubyObjectJRubyUtilLibrary.load_java_class(ThreadContext context, IRubyObject recv, IRubyObject name) Loads a (Java) class.static IRubyObjectJRubyUtilLibrary.native_posix_p(ThreadContext context, IRubyObject self) static IRubyObjectJRubyObjectInputStream.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJRubyUtilLibrary.notify(ThreadContext context, IRubyObject recv, IRubyObject arg) Notify one waiter on a locked object, as in ObjectObject.notify()The object given must be locked using JRuby.synchronized or a similar Java monitor-based locking mechanism.static IRubyObjectJRubyUtilLibrary.notifyAll(ThreadContext context, IRubyObject recv, IRubyObject arg) Notify all waiters on a locked object, as in ObjectObject.notifyAll()The object given must be locked using JRuby.synchronized or a similar Java monitor-based locking mechanism.static IRubyObjectJRubyLibrary.parse(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJRubyLibrary.parse_result(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJRubyUtilLibrary.rbSynchronized(ThreadContext context, IRubyObject recv, IRubyObject arg, Block block) Invoke the given block under synchronized lock, using standard Java synchronization.JRubyObjectInputStream.readObject(ThreadContext context) static IRubyObjectJRubyLibrary.reference(ThreadContext context, IRubyObject recv, IRubyObject obj) Wrap the given object as in Java integration and return the wrapper.static IRubyObjectJRubyLibrary.reference0(ThreadContext context, IRubyObject recv, IRubyObject obj) Wrap the given object as in Java integration and return the wrapper.static IRubyObjectJRubyLibrary.JRubyConfig.rubygems_disabled_p(ThreadContext context, IRubyObject self) static IRubyObjectJRubyLibrary.runtime(ThreadContext context, IRubyObject recv) static IRubyObjectJRubyUtilLibrary.safe_recurse(ThreadContext context, IRubyObject utilModule, IRubyObject state, IRubyObject obj, IRubyObject name, Block block) static IRubyObjectJRubyLibrary.set_context_class_loader(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectJRubyUtilLibrary.set_last_exit_status(ThreadContext context, IRubyObject recv, IRubyObject status, IRubyObject pid) static IRubyObjectJRubyUtilLibrary.set_meta_class(ThreadContext context, IRubyObject recv, IRubyObject obj, IRubyObject klass) static IRubyObjectJRubyLibrary.set_security_restricted(IRubyObject recv, IRubyObject arg) static IRubyObjectJRubyUtilLibrary.setObjectSpaceEnabled(ThreadContext context, IRubyObject recv, IRubyObject arg) JRubyExecutionContextLocal.setValue(ThreadContext context, IRubyObject value) static IRubyObjectJRubyLibrary.subclasses(ThreadContext context, IRubyObject recv, IRubyObject arg) static IRubyObjectJRubyLibrary.subclasses(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject opts) static RubyFixnumCoreExt.String.unseeded_hash(ThreadContext context, IRubyObject recv) static IRubyObjectJRubyUtilLibrary.wait(ThreadContext context, IRubyObject recv, IRubyObject arg) Wait for a locked object to notify, as in ObjectObject.wait().static IRubyObjectJRubyUtilLibrary.wait(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject timeoutMillis) Wait for a locked object to notify, as in ObjectObject.wait(long).static IRubyObjectJRubyUtilLibrary.wait(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject timeoutMillis, IRubyObject timeoutNanos) Wait for a locked object to notify, as in ObjectObject.wait(long, int).static IRubyObjectJRubyLibrary.with_current_runtime_as_global(ThreadContext context, IRubyObject recv, Block block) Run the provided (required) block with the "global runtime" set to the current runtime, for libraries that expect to operate against the global runtime.JRubyFiberLocal.withValue(ThreadContext context, IRubyObject value, Block block) -
Uses of JRubyMethod in org.jruby.ext.monitor
Methods in org.jruby.ext.monitor with annotations of type JRubyMethodModifier and TypeMethodDescriptionMonitor.enter(ThreadContext context) Monitor.exit(ThreadContext context) Monitor.mon_check_owner(ThreadContext context) Monitor.mon_locked_p(ThreadContext context) Monitor.mon_owned_p(ThreadContext context) Monitor.synchronize(ThreadContext context, Block block) Monitor.try_enter(ThreadContext context) Monitor.wait_for_cond(ThreadContext context, IRubyObject cond, IRubyObject timeout) -
Uses of JRubyMethod in org.jruby.ext.pathname
Methods in org.jruby.ext.pathname with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubyPathname.each_entry(ThreadContext context, Block block) RubyPathname.each_line(ThreadContext context, IRubyObject[] args, Block block) RubyPathname.empty_p(ThreadContext context) RubyPathname.fnmatch_p(ThreadContext context, IRubyObject arg0) RubyPathname.fnmatch_p(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyPathname.freeze(ThreadContext context) static IRubyObjectRubyPathname.getwd(ThreadContext context, IRubyObject recv) RubyPathname.glob(ThreadContext context, IRubyObject[] _args, Block block) static IRubyObjectRubyPathname.glob(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) RubyPathname.hash(ThreadContext context) RubyPathname.initialize(ThreadContext context, IRubyObject path) RubyPathname.initialize_copy(ThreadContext context, IRubyObject pathname) RubyPathname.inspect(ThreadContext context) RubyPathname.make_link(ThreadContext context, IRubyObject old) RubyPathname.make_symlink(ThreadContext context, IRubyObject old) static IRubyObjectRubyPathname.PathnameKernelMethods.newPathname(ThreadContext context, IRubyObject recv, IRubyObject path) RubyPathname.op_cmp(ThreadContext context, IRubyObject other) RubyPathname.op_equal(ThreadContext context, IRubyObject other) RubyPathname.opendir(ThreadContext context, Block block) RubyPathname.sub(ThreadContext context, IRubyObject[] args, Block block) RubyPathname.sub_ext(ThreadContext context, IRubyObject newExt) RubyPathname.taint(ThreadContext context) Deprecated.RubyPathname.to_path(ThreadContext context) RubyPathname.to_s(ThreadContext context) RubyPathname.unlink(ThreadContext context) RubyPathname.untaint(ThreadContext context) Deprecated. -
Uses of JRubyMethod in org.jruby.ext.ripper
Methods in org.jruby.ext.ripper with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubyRipper.column(ThreadContext context) RubyRipper.dedent_string(ThreadContext context, IRubyObject _input, IRubyObject _width) static IRubyObjectRubyRipper.dedent_string(ThreadContext context, IRubyObject self, IRubyObject _input, IRubyObject _width) RubyRipper.encoding(ThreadContext context) RubyRipper.end_seen_p(ThreadContext context) RubyRipper.error_p(ThreadContext context) RubyRipper.filename(ThreadContext context) RubyRipper.initialize(ThreadContext context, IRubyObject src) RubyRipper.initialize(ThreadContext context, IRubyObject src, IRubyObject file) RubyRipper.initialize(ThreadContext context, IRubyObject src, IRubyObject file, IRubyObject line) static IRubyObjectRubyRipper.lex_state_name(ThreadContext context, IRubyObject self, IRubyObject lexStateParam) RubyRipper.lineno(ThreadContext context) RubyRipper.parse(ThreadContext context) RubyRipper.state(ThreadContext context) RubyRipper.token(ThreadContext context) RubyRipper.yydebug(ThreadContext context) RubyRipper.yydebug_set(ThreadContext context, IRubyObject arg) -
Uses of JRubyMethod in org.jruby.ext.set
Methods in org.jruby.ext.set with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubySet.add(ThreadContext context, IRubyObject obj) Adds the given object to the set and returns self.RubySet.add_p(ThreadContext context, IRubyObject obj) Adds the given object to the set and returns self.RubySet.classify(ThreadContext context, Block block) RubySet.collect_bang(ThreadContext context, Block block) RubySet.compare_by_identity(ThreadContext context) RubySet.compare_by_identity_p(ThreadContext context) static RubySetRubySet.create(ThreadContext context, IRubyObject self, IRubyObject... ary) Creates a new set containing the given objects.static RubySortedSetRubySortedSet.create(ThreadContext context, IRubyObject self, IRubyObject... ary) RubySet.delete(ThreadContext context, IRubyObject obj) RubySet.delete_if(ThreadContext context, Block block) RubySet.delete_p(ThreadContext context, IRubyObject obj) Deletes the given object from the set and returns self.RubySet.disjoint_p(ThreadContext context, IRubyObject setArg) Returns true if the set and the given set have no element in common.RubySet.divide(ThreadContext context, Block block) Divides the set into a set of subsets according to the commonality defined by the given block.RubySet.each(ThreadContext context, Block block) RubySet.empty_p(ThreadContext context) RubySet.flatten(ThreadContext context) RubySet.flatten_bang(ThreadContext context) RubySet.flatten_merge(ThreadContext context, IRubyObject set) RubySet.freeze(ThreadContext context) RubySet.hash(ThreadContext context) RubySet.include_p(ThreadContext context, IRubyObject obj) Returns true if the set contains the given object.RubySet.initialize(ThreadContext context, Block block) initialize(enum = nil, &block)RubySet.initialize(ThreadContext context, IRubyObject enume, Block block) initialize(enum = nil, &block)RubySet.initialize_clone(ThreadContext context, IRubyObject[] args) RubySortedSet.initialize_clone(ThreadContext context, IRubyObject[] args) RubySet.initialize_dup(ThreadContext context, IRubyObject orig) RubySet.inspect(ThreadContext context) RubySet.intersect_p(ThreadContext context, IRubyObject setArg) Returns true if the set and the given set have at least one element in common.RubySet.join(ThreadContext context) RubySet.join(ThreadContext context, IRubyObject sep) RubySet.keep_if(ThreadContext context, Block block) RubySet.length(ThreadContext context) RubySet.op_and(ThreadContext context, IRubyObject enume) Returns a new set built by merging the set and the elements of the given enumerable object.RubySet.op_cmp(ThreadContext context, IRubyObject other) RubySet.op_diff(ThreadContext context, IRubyObject enume) Returns a new set built by duplicating the set, removing every element that appears in the given enumerable object.RubySet.op_eql(ThreadContext context, IRubyObject other) RubySet.op_equal(ThreadContext context, IRubyObject other) RubySet.op_or(ThreadContext context, IRubyObject enume) Returns a new set built by merging the set and the elements of the given enumerable object.RubySet.op_xor(ThreadContext context, IRubyObject enume) Returns a new set containing elements exclusive between the set and the given enumerable object.RubySet.proper_subset_p(ThreadContext context, IRubyObject setArg) RubySet.proper_superset_p(ThreadContext context, IRubyObject setArg) RubySet.rb_clear(ThreadContext context) RubySet.rb_merge(ThreadContext context, IRubyObject... args) Merges the elements of the given enumerable object to the set and returns self.RubySet.reject_bang(ThreadContext context, Block block) RubySet.replace(ThreadContext context, IRubyObject enume) Replaces the contents of the set with the contents of the given enumerable object and returns self.RubySet.reset(ThreadContext context) RubySet.select_bang(ThreadContext context, Block block) RubySortedSet.sort(ThreadContext context) RubySet.subset_p(ThreadContext context, IRubyObject setArg) RubySet.subtract(ThreadContext context, IRubyObject enume) Deletes every element that appears in the given enumerable object and returns self.RubySet.superset_p(ThreadContext context, IRubyObject setArg) RubySet.taint(ThreadContext context) Deprecated.RubySet.to_a(ThreadContext context) Converts the set to an array.static IRubyObjectEnumerableExt.to_set(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) RubySet.to_set(ThreadContext context, Block block) RubySet.to_set(ThreadContext context, IRubyObject[] args, Block block) RubySet.DivideTSortHash.tsort_each_child(ThreadContext context, IRubyObject node, Block block) RubySet.DivideTSortHash.tsort_each_node(ThreadContext context, Block block) RubySet.untaint(ThreadContext context) Deprecated. -
Uses of JRubyMethod in org.jruby.ext.socket
Methods in org.jruby.ext.socket with annotations of type JRubyMethodModifier and TypeMethodDescriptionRubyServerSocket.accept(ThreadContext context) RubySocket.accept(ThreadContext context) RubyTCPServer.accept(ThreadContext context) RubyUNIXServer.accept(ThreadContext context) RubyServerSocket.accept_nonblock(ThreadContext context) RubyServerSocket.accept_nonblock(ThreadContext context, IRubyObject opts) RubySocket.accept_nonblock(ThreadContext context, IRubyObject[] args) RubyTCPServer.accept_nonblock(ThreadContext context) RubyTCPServer.accept_nonblock(ThreadContext context, IRubyObject opts) RubyUNIXServer.accept_nonblock(ThreadContext context) RubyUNIXServer.accept_nonblock(ThreadContext context, IRubyObject opts) Ifaddr.addr(ThreadContext context) RubyIPSocket.addr(ThreadContext context) RubyIPSocket.addr(ThreadContext context, IRubyObject reverse) RubyUNIXServer.addr(ThreadContext context) RubyUNIXSocket.addr(ThreadContext context) Addrinfo.afamily(ThreadContext context) Option.asInt(ThreadContext context) RubyServerSocket.bind(ThreadContext context, IRubyObject addr) RubyServerSocket.bind(ThreadContext context, IRubyObject addr, IRubyObject backlog) RubySocket.bind(ThreadContext context, IRubyObject arg) RubyUDPSocket.bind(ThreadContext context, IRubyObject host, IRubyObject _port) Option.bool(ThreadContext context) static IRubyObjectOption.bool(ThreadContext context, IRubyObject self, IRubyObject[] args) Ifaddr.broadaddr(ThreadContext context) Addrinfo.canonname(ThreadContext context) RubySocket.close(ThreadContext context) RubyBasicSocket.close_read(ThreadContext context) RubyBasicSocket.close_write(ThreadContext context) RubyServerSocket.connect(ThreadContext context, IRubyObject arg) RubySocket.connect(ThreadContext context, IRubyObject arg) RubyUDPSocket.connect(ThreadContext context, IRubyObject _host, IRubyObject port) RubyServerSocket.connect_nonblock(ThreadContext context, IRubyObject arg) RubySocket.connect_nonblock(ThreadContext context, IRubyObject arg) RubySocket.connect_nonblock(ThreadContext context, IRubyObject arg, IRubyObject opts) Option.data(ThreadContext context) RubyBasicSocket.do_not_reverse_lookup(ThreadContext context) static IRubyObjectRubyBasicSocket.do_not_reverse_lookup(ThreadContext context, IRubyObject recv) Ifaddr.dstaddr(ThreadContext context) Option.family(ThreadContext context) Ifaddr.flags(ThreadContext context) static IRubyObjectRubyBasicSocket.for_fd(ThreadContext context, IRubyObject _klass, IRubyObject _fileno) static IRubyObjectRubySocket.for_fd(ThreadContext context, IRubyObject socketClass, IRubyObject _fd) static IRubyObjectRubyUNIXSocket.for_fd(ThreadContext context, IRubyObject recv, IRubyObject _fileno) static IRubyObjectRubyIPSocket.getaddress(ThreadContext context, IRubyObject self, IRubyObject hostname) static IRubyObjectAddrinfo.getaddrinfo(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubySocket.getaddrinfo(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubySocket.gethostbyaddr(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubySocket.gethostbyname(ThreadContext context, IRubyObject recv, IRubyObject hostname) static IRubyObjectRubyTCPSocket.gethostbyname(ThreadContext context, IRubyObject recv, IRubyObject hostname) static IRubyObjectRubySocket.gethostname(ThreadContext context, IRubyObject recv) static IRubyObjectRubySocket.getifaddrs(ThreadContext context, IRubyObject recv) Addrinfo.getnameinfo(ThreadContext context) Addrinfo.getnameinfo(ThreadContext context, IRubyObject flags) static IRubyObjectRubySocket.getnameinfo(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyBasicSocket.getpeereid(ThreadContext context) RubyIPSocket.getpeereid(ThreadContext context) RubyBasicSocket.getpeername(ThreadContext context) RubyTCPServer.getpeername(ThreadContext context, IRubyObject[] args) static IRubyObjectRubySocket.getservbyname(ThreadContext context, IRubyObject recv, IRubyObject[] args) RubyBasicSocket.getsockname(ThreadContext context) RubyBasicSocket.getsockopt(ThreadContext context, IRubyObject _level, IRubyObject _opt) Ifaddr.ifindex(ThreadContext context) Addrinfo.initialize(ThreadContext context, IRubyObject _sockaddr) Addrinfo.initialize(ThreadContext context, IRubyObject[] args) Addrinfo.initialize(ThreadContext context, IRubyObject _sockaddr, IRubyObject _family) Addrinfo.initialize(ThreadContext context, IRubyObject _sockaddr, IRubyObject _family, IRubyObject _socktype) Option.initialize(ThreadContext context, IRubyObject[] args) RubySocket.initialize(ThreadContext context, IRubyObject domain, IRubyObject type) RubySocket.initialize(ThreadContext context, IRubyObject domain, IRubyObject type, IRubyObject protocol) RubyTCPServer.initialize(ThreadContext context, IRubyObject[] args) RubyTCPSocket.initialize(ThreadContext context, IRubyObject[] args) RubyTCPSocket.initialize(ThreadContext context, IRubyObject host, IRubyObject port) RubyTCPSocket.initialize(ThreadContext context, IRubyObject host, IRubyObject port, IRubyObject localOrOpts) RubyUDPSocket.initialize(ThreadContext context) RubyUDPSocket.initialize(ThreadContext context, IRubyObject _family) RubyUNIXServer.initialize(ThreadContext context, IRubyObject path) RubyUNIXSocket.initialize(ThreadContext context, IRubyObject path) Addrinfo.inspect(ThreadContext context) Ifaddr.inspect(ThreadContext context) Option.inspect(ThreadContext context) RubyUDPSocket.inspect(ThreadContext context) Addrinfo.inspect_sockaddr(ThreadContext context) static IRubyObjectAddrinfo.ip(ThreadContext context, IRubyObject recv, IRubyObject arg) Addrinfo.ip_address(ThreadContext context) static IRubyObjectRubySocket.ip_address_list(ThreadContext context, IRubyObject self) Addrinfo.ip_p(ThreadContext context) Addrinfo.ip_port(ThreadContext context) Addrinfo.ip_unpack(ThreadContext context) Addrinfo.ipv4_loopback_p(ThreadContext context) Addrinfo.ipv4_multicast_p(ThreadContext context) Addrinfo.ipv4_p(ThreadContext context) Addrinfo.ipv4_private_p(ThreadContext context) Addrinfo.ipv6_linklocal_p(ThreadContext context) Addrinfo.ipv6_loopback_p(ThreadContext context) Addrinfo.ipv6_mc_global_p(ThreadContext context) Addrinfo.ipv6_mc_linklocal_p(ThreadContext context) Addrinfo.ipv6_mc_nodelocal_p(ThreadContext context) Addrinfo.ipv6_mc_orglocal_p(ThreadContext context) Addrinfo.ipv6_mc_sitelocal_p(ThreadContext context) Addrinfo.ipv6_multicast_p(ThreadContext context) Addrinfo.ipv6_p(ThreadContext context) Addrinfo.ipv6_sitelocal_p(ThreadContext context) Addrinfo.ipv6_to_ipv4(ThreadContext context) Addrinfo.ipv6_unique_local_p(ThreadContext context) Addrinfo.ipv6_unspecified_p(ThreadContext context) Addrinfo.ipv6_v4compat_p(ThreadContext context) Addrinfo.ipv6_v4mapped_p(ThreadContext context) Option.level(ThreadContext context) Option.linger(ThreadContext context) static IRubyObjectOption.linger(ThreadContext context, IRubyObject self, IRubyObject vonoffArg, IRubyObject vsecs) RubyServerSocket.listen(ThreadContext context, IRubyObject backlog) RubySocket.listen(ThreadContext context, IRubyObject backlog) RubyTCPServer.listen(ThreadContext context, IRubyObject backlog) RubyUNIXServer.listen(ThreadContext context, IRubyObject log) RubyBasicSocket.local_address(ThreadContext context) Addrinfo.marshal_dump(ThreadContext context) Addrinfo.marshal_load(ThreadContext context, IRubyObject arg) Ifaddr.name(ThreadContext context) Ifaddr.netmask(ThreadContext context) static IRubyObjectRubyTCPServer.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectRubyUDPSocket.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Option.optname(ThreadContext context) static IRubyObjectRubySocket.pack_sockaddr_in(ThreadContext context, IRubyObject recv, IRubyObject port, IRubyObject host) static IRubyObjectRubySocket.pack_sockaddr_un(ThreadContext context, IRubyObject recv, IRubyObject filename) RubyUNIXServer.path(ThreadContext context) RubyUNIXSocket.path(ThreadContext context) RubyIPSocket.peeraddr(ThreadContext context) RubyIPSocket.peeraddr(ThreadContext context, IRubyObject reverse) RubyTCPServer.peeraddr(ThreadContext context, IRubyObject[] args) RubyUNIXServer.peeraddr(ThreadContext context) RubyUNIXSocket.peeraddr(ThreadContext context) Addrinfo.pfamily(ThreadContext context) Addrinfo.protocol(ThreadContext context) static IRubyObjectOption.rb_int(ThreadContext context, IRubyObject self, IRubyObject[] args) RubyBasicSocket.read_nonblock(ThreadContext context, IRubyObject arg0) RubyBasicSocket.read_nonblock(ThreadContext context, IRubyObject arg0, IRubyObject arg1) RubyBasicSocket.read_nonblock(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) RubyBasicSocket.recv(ThreadContext context, IRubyObject length) RubyBasicSocket.recv(ThreadContext context, IRubyObject[] args) RubyUNIXSocket.recv_io(ThreadContext context, IRubyObject[] args) RubyBasicSocket.recv_nonblock(ThreadContext context, IRubyObject[] args) RubyIPSocket.recvfrom(ThreadContext context, IRubyObject _length) RubyIPSocket.recvfrom(ThreadContext context, IRubyObject _length, IRubyObject _flags) RubySocket.recvfrom(ThreadContext context, IRubyObject _length) RubySocket.recvfrom(ThreadContext context, IRubyObject _length, IRubyObject _flags) Overrides IPSocket#recvfromRubyUNIXSocket.recvfrom(ThreadContext context, IRubyObject[] args) RubySocket.recvfrom_nonblock(ThreadContext context, IRubyObject[] args) RubyUDPSocket.recvfrom_nonblock(ThreadContext context, IRubyObject[] args) RubyBasicSocket.recvmsg(ThreadContext context, IRubyObject[] args) RubyBasicSocket.recvmsg_nonblock(ThreadContext context, IRubyObject[] args) RubyBasicSocket.remote_address(ThreadContext context) RubyBasicSocket.send(ThreadContext context, IRubyObject _mesg, IRubyObject _flags) RubyBasicSocket.send(ThreadContext context, IRubyObject _mesg, IRubyObject _flags, IRubyObject _to) RubyUDPSocket.send(ThreadContext context, IRubyObject[] args) RubyUDPSocket.send(ThreadContext context, IRubyObject _mesg, IRubyObject _flags) RubyUNIXSocket.send_io(ThreadContext context, IRubyObject arg) RubyBasicSocket.sendmsg(ThreadContext context, IRubyObject[] args) RubyBasicSocket.sendmsg_nonblock(ThreadContext context, IRubyObject[] args) RubyBasicSocket.set_do_not_reverse_lookup(ThreadContext context, IRubyObject flag) static IRubyObjectRubyBasicSocket.set_do_not_reverse_lookup(ThreadContext context, IRubyObject recv, IRubyObject flag) RubyBasicSocket.setsockopt(ThreadContext context, IRubyObject option) RubyBasicSocket.setsockopt(ThreadContext context, IRubyObject _level, IRubyObject _opt, IRubyObject val) RubyBasicSocket.shutdown(ThreadContext context, IRubyObject[] args) static IRubyObjectRubySocket.socketpair(ThreadContext context, IRubyObject recv, IRubyObject domain, IRubyObject type) static IRubyObjectRubySocket.socketpair(ThreadContext context, IRubyObject recv, IRubyObject domain, IRubyObject type, IRubyObject protocol) static IRubyObjectRubyUNIXSocket.socketpair(ThreadContext context, IRubyObject recv, IRubyObject[] args) Addrinfo.socktype(ThreadContext context) RubyTCPServer.sysaccept(ThreadContext context) RubyUNIXServer.sysaccept(ThreadContext context) static IRubyObjectAddrinfo.tcp(ThreadContext context, IRubyObject recv, IRubyObject host, IRubyObject port) static IRubyObjectRubySocket.tcp_fast_fallback(ThreadContext context, IRubyObject self) static IRubyObjectRubySocket.tcp_fast_fallback_set(ThreadContext context, IRubyObject self, IRubyObject value) Option.to_s(ThreadContext context) Addrinfo.to_sockaddr(ThreadContext context) Addrinfo.to_str(ThreadContext context) static IRubyObjectAddrinfo.udp(ThreadContext context, IRubyObject recv, IRubyObject host, IRubyObject port) static IRubyObjectAddrinfo.unix(ThreadContext context, IRubyObject recv, IRubyObject path) static IRubyObjectAddrinfo.unix(ThreadContext context, IRubyObject recv, IRubyObject path, IRubyObject type) Addrinfo.unix_p(ThreadContext context) Addrinfo.unix_path(ThreadContext context) Option.unpack(ThreadContext context, IRubyObject arg0) static IRubyObjectRubySocket.unpack_sockaddr_in(ThreadContext context, IRubyObject recv, IRubyObject addr) static IRubyObjectRubySocket.unpack_sockaddr_un(ThreadContext context, IRubyObject recv, IRubyObject addr) -
Uses of JRubyMethod in org.jruby.ext.thread
Methods in org.jruby.ext.thread with annotations of type JRubyMethodModifier and TypeMethodDescriptionConditionVariable.broadcast(ThreadContext context) Queue.clear(ThreadContext context) Atomically removes all of the elements from this queue.Queue.close(ThreadContext context) Queue.closed_p(ThreadContext context) Queue.empty_p(ThreadContext context) final IRubyObjectQueue.freeze(ThreadContext context) Queue.initialize(ThreadContext context) Queue.initialize(ThreadContext context, IRubyObject items) SizedQueue.initialize(ThreadContext context, IRubyObject arg) Queue.length(ThreadContext context) Mutex.lock(ThreadContext context) Mutex.locked_p(ThreadContext context) ConditionVariable.marshal_dump(ThreadContext context) Queue.marshal_dump(ThreadContext context) SizedQueue.max(ThreadContext context) SizedQueue.max_set(ThreadContext context, IRubyObject arg) static ConditionVariableConditionVariable.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static MutexMutex.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) Queue.num_waiting(ThreadContext context) SizedQueue.num_waiting(ThreadContext context) Mutex.owned_p(ThreadContext context) Queue.pop(ThreadContext context) Queue.pop(ThreadContext context, IRubyObject nonblockOrOpts) Queue.pop(ThreadContext context, IRubyObject _nonblock, IRubyObject _opts) Queue.push(ThreadContext context, IRubyObject value) SizedQueue.push(ThreadContext context, IRubyObject arg0) SizedQueue.push(ThreadContext context, IRubyObject arg0, IRubyObject nonblockOrOpts) SizedQueue.push(ThreadContext context, IRubyObject arg0, IRubyObject _nonblock, IRubyObject _opts) ConditionVariable.signal(ThreadContext context) Mutex.sleep(ThreadContext context) Mutex.sleep(ThreadContext context, IRubyObject timeout) Mutex.synchronize(ThreadContext context, Block block) Mutex.try_lock(ThreadContext context) Mutex.unlock(ThreadContext context) ConditionVariable.wait_ruby(ThreadContext context, IRubyObject m) ConditionVariable.wait_ruby(ThreadContext context, IRubyObject m, IRubyObject t) -
Uses of JRubyMethod in org.jruby.ext.timeout
Methods in org.jruby.ext.timeout with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectTimeout.timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, Block block) static IRubyObjectTimeout.timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, Block block) static IRubyObjectTimeout.timeout(ThreadContext context, IRubyObject recv, IRubyObject seconds, IRubyObject exceptionType, IRubyObject message, Block block) -
Uses of JRubyMethod in org.jruby.ext.tracepoint
Methods in org.jruby.ext.tracepoint with annotations of type JRubyMethodModifier and TypeMethodDescriptionTracePoint.binding(ThreadContext context) TracePoint.callee_id(ThreadContext context) TracePoint.defined_class(ThreadContext context) TracePoint.disable(ThreadContext context, Block block) TracePoint.enable(ThreadContext context, Block block) TracePoint.enabled_p(ThreadContext context) TracePoint.event(ThreadContext context) TracePoint.initialize(ThreadContext context, IRubyObject[] _events, Block block) TracePoint.inspect(ThreadContext context) TracePoint.lineno(ThreadContext context) TracePoint.method_id(ThreadContext context) TracePoint.path(ThreadContext context) TracePoint.raised_exception(ThreadContext context) TracePoint.return_value(ThreadContext context) TracePoint.self(ThreadContext context) static IRubyObjectTracePoint.trace(ThreadContext context, IRubyObject self, IRubyObject[] events, Block block) -
Uses of JRubyMethod in org.jruby.ext.zlib
Methods in org.jruby.ext.zlib with annotations of type JRubyMethodModifier and TypeMethodDescriptionJZlibDeflate._initialize(ThreadContext context, IRubyObject[] args) JZlibInflate._initialize(ThreadContext context, IRubyObject[] args) ZStream.adler(ThreadContext context) static IRubyObjectRubyZlib.adler32(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyZlib.adler32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) JZlibDeflate.append(ThreadContext context, IRubyObject arg) JZlibInflate.append(ThreadContext context, IRubyObject arg) JZlibRubyGzipWriter.append(IRubyObject p1) ZStream.avail_in(ThreadContext context) ZStream.avail_out(ThreadContext context) JZlibRubyGzipReader.close(ThreadContext context) JZlibRubyGzipWriter.close(ThreadContext context) RubyGzipFile.close(ThreadContext context) ZStream.close(ThreadContext context) RubyGzipFile.closed_p(ThreadContext context) ZStream.closed_p(ThreadContext context) JZlibRubyGzipReader.comment(ThreadContext context) RubyGzipFile.comment(ThreadContext context) JZlibRubyGzipReader.crc(ThreadContext context) JZlibRubyGzipWriter.crc(ThreadContext context) RubyGzipFile.crc(ThreadContext context) static IRubyObjectRubyZlib.crc_table(ThreadContext context, IRubyObject recv) static IRubyObjectRubyZlib.crc32(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectRubyZlib.crc32_combine(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) ZStream.data_type(ThreadContext context) JZlibDeflate.deflate(ThreadContext context, IRubyObject[] args) static IRubyObjectRubyZlib.deflate(ThreadContext context, IRubyObject recv, IRubyObject[] args) JZlibRubyGzipReader.each(ThreadContext context, IRubyObject[] args, Block block) JZlibRubyGzipReader.each_byte(ThreadContext context, Block block) JZlibRubyGzipReader.each_char(ThreadContext context, Block block) JZlibRubyGzipReader.each_line(ThreadContext context, IRubyObject[] args, Block block) JZlibRubyGzipReader.eof(ThreadContext context) JZlibRubyGzipReader.eof_p(ThreadContext context) RubyGzipFile.finish(ThreadContext context) ZStream.finish(ThreadContext context, Block block) ZStream.finished_p(ThreadContext context) JZlibDeflate.flush(ThreadContext context, IRubyObject[] args) JZlibRubyGzipWriter.flush(ThreadContext context, IRubyObject[] args) ZStream.flush_next_in(ThreadContext context) JZlibInflate.flush_next_out(ThreadContext context, Block block) ZStream.flush_next_out(ThreadContext context, Block block) JZlibRubyGzipReader.getbyte(ThreadContext context) JZlibRubyGzipReader.getc(ThreadContext context) JZlibRubyGzipReader.gets(ThreadContext context, IRubyObject[] args) JZlibInflate.inflate(ThreadContext context, IRubyObject string, Block block) static IRubyObjectRubyZlib.inflate(ThreadContext context, IRubyObject recv, IRubyObject string) JZlibRubyGzipReader.initialize(ThreadContext context, IRubyObject[] args) JZlibRubyGzipWriter.initialize(ThreadContext context, IRubyObject[] args, Block block) ZStream.initialize(Block unusedBlock) JZlibDeflate.initialize_copy(ThreadContext context, IRubyObject _other) RubyGzipFile.level(ThreadContext context) JZlibRubyGzipReader.lineno(ThreadContext context) RubyGzipFile.mtime()static IRubyObjectJZlibRubyGzipReader.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJZlibRubyGzipWriter.newInstance(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static RubyGzipFileRubyGzipFile.newInstance(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectJZlibRubyGzipReader.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectJZlibRubyGzipWriter.open(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) JZlibRubyGzipReader.orig_name(ThreadContext context) RubyGzipFile.orig_name(ThreadContext context) JZlibRubyGzipReader.os_code(ThreadContext context) RubyGzipFile.os_code(ThreadContext context) JZlibDeflate.params(ThreadContext context, IRubyObject level, IRubyObject strategy) RubyGzipFile.path(ThreadContext context) JZlibRubyGzipReader.pos(ThreadContext context) JZlibRubyGzipWriter.pos(ThreadContext context) JZlibRubyGzipWriter.print(ThreadContext context, IRubyObject[] args) JZlibRubyGzipWriter.printf(ThreadContext context, IRubyObject[] args) JZlibRubyGzipWriter.putc(ThreadContext context, IRubyObject p1) JZlibRubyGzipWriter.puts(ThreadContext context, IRubyObject[] args) JZlibRubyGzipReader.read(ThreadContext context, IRubyObject[] args) JZlibRubyGzipReader.readbyte(ThreadContext context) JZlibRubyGzipReader.readchar(ThreadContext context) JZlibRubyGzipReader.readline(ThreadContext context) JZlibRubyGzipReader.readlines(ThreadContext context, IRubyObject[] args) JZlibRubyGzipReader.readpartial(ThreadContext context, IRubyObject[] args) ZStream.reset(ThreadContext context) RubyGzipFile.respond_to(ThreadContext context, IRubyObject name) RubyGzipFile.respond_to(ThreadContext context, IRubyObject name, IRubyObject includePrivate) JZlibRubyGzipReader.rewind(ThreadContext context) static IRubyObjectJZlibDeflate.s_deflate(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectJZlibInflate.s_inflate(ThreadContext context, IRubyObject recv, IRubyObject string) ZStream.set_avail_out(ThreadContext context, IRubyObject p1) JZlibRubyGzipWriter.set_comment(ThreadContext context, IRubyObject obj) JZlibDeflate.set_dictionary(ThreadContext context, IRubyObject arg) JZlibInflate.set_dictionary(ThreadContext context, IRubyObject arg) JZlibRubyGzipReader.set_lineno(ThreadContext context, IRubyObject lineArg) JZlibRubyGzipWriter.set_mtime(ThreadContext context, IRubyObject arg) JZlibRubyGzipWriter.set_orig_name(ThreadContext context, IRubyObject obj) JZlibRubyGzipWriter.set_sync(ThreadContext context, IRubyObject arg) RubyGzipFile.set_sync(ThreadContext context, IRubyObject arg) ZStream.stream_end_p(ThreadContext context) JZlibInflate.sync(ThreadContext context, IRubyObject string) RubyGzipFile.sync(ThreadContext context) JZlibInflate.sync_point_p(ThreadContext context) RubyGzipFile.to_io(ThreadContext context) ZStream.total_in(ThreadContext context) ZStream.total_out(ThreadContext context) JZlibRubyGzipReader.ungetbyte(ThreadContext context, IRubyObject b) JZlibRubyGzipReader.ungetc(ThreadContext context, IRubyObject cArg) JZlibRubyGzipReader.unused(ThreadContext context) static IRubyObjectRubyGzipFile.wrap(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) JZlibRubyGzipWriter.write(ThreadContext context, IRubyObject p1) static IRubyObjectJZlibRubyGzipReader.zcat(ThreadContext context, IRubyObject klass, IRubyObject[] args, Block block) Document-method: Zlib::GzipReader.zcat call-seq: Zlib::GzipReader.zcat(io, options = {}, &block) => nil Zlib::GzipReader.zcat(io, options = {}) => string Decompresses all gzip data in the +io+, handling multiple gzip streams until the end of the +io+.static IRubyObjectRubyZlib.zlib_version(ThreadContext context, IRubyObject recv) -
Uses of JRubyMethod in org.jruby.internal.runtime.methods
Methods in org.jruby.internal.runtime.methods with parameters of type JRubyMethodModifier and TypeMethodDescriptionstatic CallConfigurationCallConfiguration.getCallConfigByAnno(JRubyMethod anno) Produce a CallConfiguration name that represents what must be prepared around calls to the method with this annotation.static CallConfigurationCallConfiguration.getCallerCallConfigByAnno(JRubyMethod jrubyMethod) Produce a CallConfiguration that represents what *caller* methods must prepare for the method with this annotation. -
Uses of JRubyMethod in org.jruby.java.addons
Methods in org.jruby.java.addons with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectIOJavaAddons.AnyIO.any_to_channel(ThreadContext context, IRubyObject self) static IRubyObjectIOJavaAddons.AnyIO.any_to_inputstream(ThreadContext context, IRubyObject self) static IRubyObjectIOJavaAddons.AnyIO.any_to_outputstream(ThreadContext context, IRubyObject self) static IRubyObjectClassJavaAddons.become_java(ThreadContext context, IRubyObject self) static IRubyObjectClassJavaAddons.become_java(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectArrayJavaAddons.copy_data(ThreadContext context, IRubyObject fromRuby, IRubyObject toJava) static IRubyObjectArrayJavaAddons.copy_data(ThreadContext context, IRubyObject fromRuby, IRubyObject toJava, IRubyObject fillValue) static IRubyObjectArrayJavaAddons.dimensions(ThreadContext context, IRubyObject rubyArray) static IRubyObjectArrayJavaAddons.dimensions(ThreadContext context, IRubyObject rubyArray, IRubyObject dims) static IRubyObjectArrayJavaAddons.dimensions(ThreadContext context, IRubyObject rubyArray, IRubyObject dims, IRubyObject index) static IRubyObjectStringJavaAddons.from_java_bytes(ThreadContext context, IRubyObject self, IRubyObject bytes) static IRubyObjectStringJavaAddons.from_java_bytes(ThreadContext context, IRubyObject self, IRubyObject bytes, IRubyObject encoding) static IRubyObjectKernelJavaAddons.java_annotation(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectClassJavaAddons.java_class(ThreadContext context, IRubyObject self) static IRubyObjectKernelJavaAddons.java_field(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectKernelJavaAddons.java_implements(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectKernelJavaAddons.java_name(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectKernelJavaAddons.java_package(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectKernelJavaAddons.java_require(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectKernelJavaAddons.java_signature(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectIOJavaAddons.to_channel(ThreadContext context, IRubyObject self) static IRubyObjectIOJavaAddons.to_inputstream(ThreadContext context, IRubyObject self) static IRubyObjectKernelJavaAddons.to_java(ThreadContext context, IRubyObject fromObject) static IRubyObjectKernelJavaAddons.to_java(ThreadContext context, IRubyObject fromObject, IRubyObject type) static IRubyObjectStringJavaAddons.to_java_bytes(ThreadContext context, IRubyObject self) static IRubyObjectStringJavaAddons.to_java_string(ThreadContext context, IRubyObject self) static IRubyObjectIOJavaAddons.to_outputstream(ThreadContext context, IRubyObject self) -
Uses of JRubyMethod in org.jruby.java.proxies
Methods in org.jruby.java.proxies with annotations of type JRubyMethodModifier and TypeMethodDescriptionMapJavaProxy.any_p(ThreadContext context, Block block) MapJavaProxy.any_p(ThreadContext context, IRubyObject arg0, Block block) static IRubyObjectJavaInterfaceTemplate.append_features(ThreadContext context, IRubyObject self, IRubyObject clazz, Block block) MapJavaProxy.assoc(ThreadContext context, IRubyObject obj) ArrayJavaProxy.at(ThreadContext context, IRubyObject index) MapJavaProxy.compare_by_identity(ThreadContext context) MapJavaProxy.compare_by_identity_p(ThreadContext context) ArrayJavaProxy.component_type(ThreadContext context) static IRubyObjectJavaProxy.ClassMethods.const_missing(ThreadContext context, IRubyObject self, IRubyObject name) ArrayJavaProxy.count(ThreadContext context, Block block) ArrayJavaProxy.count(ThreadContext context, IRubyObject obj, Block unused) MapJavaProxy.default_proc(ThreadContext context) rb_hash_default_procMapJavaProxy.default_value_get(ThreadContext context) MapJavaProxy.default_value_get(ThreadContext context, IRubyObject arg) MapJavaProxy.default_value_set(ThreadContext context, IRubyObject defaultValue) rb_hash_set_defaultMapJavaProxy.delete(ThreadContext context, IRubyObject key, Block block) rb_hash_deleteMapJavaProxy.delete_if(ThreadContext context, Block block) rb_hash_delete_iffinal IRubyObjectArrayJavaProxy.dig(ThreadContext context, IRubyObject[] args) MapJavaProxy.dig(ThreadContext context, IRubyObject arg0) MapJavaProxy.dig(ThreadContext context, IRubyObject[] args) MapJavaProxy.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1) MapJavaProxy.dig(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) ArrayJavaProxy.each(ThreadContext context, Block block) MapJavaProxy.each(ThreadContext context, Block block) rb_hash_eachMapJavaProxy.each_key(ThreadContext context, Block block) rb_hash_each_keyMapJavaProxy.each_value(ThreadContext context, Block block) rb_hash_each_valueArrayJavaProxy.each_with_index(ThreadContext context, Block block) ArrayJavaProxy.empty_p(ThreadContext context) MapJavaProxy.empty_p(ThreadContext context) rb_hash_empty_pArrayJavaProxy.eql_p(ThreadContext context, IRubyObject obj) JavaProxy.equal_p(ThreadContext context, IRubyObject other) static IRubyObjectInterfaceJavaProxy.JavaInterfaceExtender.extend_proxy(ThreadContext context, IRubyObject self, IRubyObject proxyClass) static IRubyObjectJavaInterfaceTemplate.extended(ThreadContext context, IRubyObject self, IRubyObject object) MapJavaProxy.fetch(ThreadContext context, IRubyObject key, Block block) rb_hash_fetchMapJavaProxy.fetch(ThreadContext context, IRubyObject key, IRubyObject _default, Block block) MapJavaProxy.fetch_values(ThreadContext context, IRubyObject[] args, Block block) static IRubyObjectJavaProxy.field_accessor(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaProxy.field_reader(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaProxy.field_writer(ThreadContext context, IRubyObject self, IRubyObject[] args) ArrayJavaProxy.first(ThreadContext context) ArrayJavaProxy.first(ThreadContext context, IRubyObject count) MapJavaProxy.flatten(ThreadContext context) MapJavaProxy.flatten(ThreadContext context, IRubyObject level) MapJavaProxy.has_key_p(ThreadContext context, IRubyObject key) rb_hash_has_key_pMapJavaProxy.has_value_p(ThreadContext context, IRubyObject expected) rb_hash_has_valueArrayJavaProxy.hash(ThreadContext context) MapJavaProxy.hash(ThreadContext context) rb_hash_hashstatic IRubyObjectJavaInterfaceTemplate.impl(ThreadContext context, IRubyObject self, IRubyObject[] args, Block implBlock) static IRubyObjectJavaInterfaceTemplate.implement(ThreadContext context, IRubyObject self, IRubyObject clazz) Deprecated.ArrayJavaProxy.include_p(ThreadContext context, IRubyObject obj) MapJavaProxy.index(ThreadContext context, IRubyObject expected) rb_hash_indexstatic IRubyObjectJavaProxy.inherited(ThreadContext context, IRubyObject recv, IRubyObject subclass) static IRubyObjectInterfaceJavaProxy.JavaInterfaceExtender.initialize(ThreadContext context, IRubyObject self, IRubyObject javaClassName, Block block) MapJavaProxy.initialize_copy(ThreadContext context, IRubyObject other) rb_hash_initialize_copyArrayJavaProxy.inspect(ThreadContext context) MapJavaProxy.inspect(ThreadContext context) rb_hash_inspectMapJavaProxy.invert(ThreadContext context) rb_hash_invertstatic IRubyObjectJavaProxy.ClassMethods.java_alias(ThreadContext context, IRubyObject clazz, IRubyObject newName, IRubyObject rubyName) static IRubyObjectJavaProxy.ClassMethods.java_alias(ThreadContext context, IRubyObject klass, IRubyObject newName, IRubyObject rubyName, IRubyObject argTypes) static IRubyObjectJavaInterfaceTemplate.java_class(IRubyObject self) static IRubyObjectJavaProxy.java_class(IRubyObject self) static IRubyObjectJavaProxy.ClassMethods.java_method(ThreadContext context, IRubyObject proxyClass, IRubyObject rubyName) static IRubyObjectJavaProxy.ClassMethods.java_method(ThreadContext context, IRubyObject proxyClass, IRubyObject rubyName, IRubyObject argTypes) JavaProxy.java_method(ThreadContext context, IRubyObject rubyName) JavaProxy.java_method(ThreadContext context, IRubyObject rubyName, IRubyObject argTypes) static IRubyObjectJavaProxy.ClassMethods.java_send(ThreadContext context, IRubyObject recv, IRubyObject rubyName) static IRubyObjectJavaProxy.ClassMethods.java_send(ThreadContext context, IRubyObject recv, IRubyObject[] args) static IRubyObjectJavaProxy.ClassMethods.java_send(ThreadContext context, IRubyObject recv, IRubyObject rubyName, IRubyObject argTypes) static IRubyObjectJavaProxy.ClassMethods.java_send(ThreadContext context, IRubyObject recv, IRubyObject rubyName, IRubyObject argTypes, IRubyObject arg0) JavaProxy.java_send(ThreadContext context, IRubyObject rubyName) JavaProxy.java_send(ThreadContext context, IRubyObject[] args) JavaProxy.java_send(ThreadContext context, IRubyObject rubyName, IRubyObject argTypes) JavaProxy.java_send(ThreadContext context, IRubyObject rubyName, IRubyObject argTypes, IRubyObject arg0) MapJavaProxy.keep_if(ThreadContext context, Block block) rb_hash_keep_ifMapJavaProxy.key(ThreadContext context, IRubyObject expected) rb_hash_keyMapJavaProxy.keys(ThreadContext context) rb_hash_keysArrayJavaProxy.last(ThreadContext context) ArrayJavaProxy.last(ThreadContext context, IRubyObject count) ArrayJavaProxy.length(ThreadContext context) JavaProxy.marshal_dump(ThreadContext context) JavaProxy.marshal_load(ThreadContext context, IRubyObject str) MapJavaProxy.merge(ThreadContext context, IRubyObject[] others, Block block) rb_hash_mergeMapJavaProxy.merge_bang(ThreadContext context, IRubyObject[] others, Block block) rb_hash_merge_bangstatic IRubyObjectJavaProxy.new_array(ThreadContext context, IRubyObject self, IRubyObject len) final ArrayJavaProxyArrayJavaProxyCreator.new_instance(ThreadContext context) final IRubyObjectArrayJavaProxy.op_aref(ThreadContext context, IRubyObject arg) final IRubyObjectArrayJavaProxy.op_aref(ThreadContext context, IRubyObject[] args) final IRubyObjectArrayJavaProxyCreator.op_aref(ThreadContext context, IRubyObject[] sizes) static IRubyObjectJavaInterfaceTemplate.op_aref(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaProxy.op_aref(ThreadContext context, IRubyObject self, IRubyObject[] args) MapJavaProxy.op_aref(ThreadContext context, IRubyObject key) rb_hash_areffinal IRubyObjectArrayJavaProxy.op_aset(ThreadContext context, IRubyObject index, IRubyObject value) MapJavaProxy.op_aset(ThreadContext context, IRubyObject key, IRubyObject value) rb_hash_asetMapJavaProxy.op_eql(ThreadContext context, IRubyObject other) rb_hash_eqlArrayJavaProxy.op_equal(ThreadContext context, IRubyObject other) MapJavaProxy.op_equal(ThreadContext context, IRubyObject other) rb_hash_equalMapJavaProxy.op_ge(ThreadContext context, IRubyObject other) MapJavaProxy.op_gt(ThreadContext context, IRubyObject other) MapJavaProxy.op_le(ThreadContext context, IRubyObject other) MapJavaProxy.op_lt(ThreadContext context, IRubyObject other) ArrayJavaProxy.op_plus(ThreadContext context, IRubyObject other) static IRubyObjectJavaProxy.persistent(IRubyObject clazz, IRubyObject value) static IRubyObjectJavaProxy.persistent(ThreadContext context, IRubyObject clazz) MapJavaProxy.rassoc(ThreadContext context, IRubyObject obj) MapJavaProxy.rb_clear(ThreadContext context) rb_hash_clearMapJavaProxy.rb_size(ThreadContext context) rb_hash_sizeMapJavaProxy.rb_values(ThreadContext context) rb_hash_valuesArrayJavaProxy.rbClone()MapJavaProxy.rehash(ThreadContext context) rb_hash_rehashMapJavaProxy.reject(ThreadContext context, Block block) rb_hash_rejectMapJavaProxy.reject_bang(ThreadContext context, Block block) rb_hash_reject_bangMapJavaProxy.replace(ThreadContext context, IRubyObject other) rb_hash_replaceMapJavaProxy.select(ThreadContext context, Block block) rb_hash_selectMapJavaProxy.select_bang(ThreadContext context, Block block) rb_hash_select_bangMapJavaProxy.set_default_proc(ThreadContext context, IRubyObject proc) rb_hash_set_default_procMapJavaProxy.shift(ThreadContext context) rb_hash_shiftstatic RubyClassJavaProxy.singleton_class(ThreadContext context, IRubyObject self) ArrayJavaProxy.to_a(ThreadContext context) MapJavaProxy.to_a(ThreadContext context) rb_hash_to_aMapJavaProxy.to_hash(ThreadContext context) rb_hash_to_hashMapJavaProxy.to_proc(ThreadContext context) MapJavaProxy.to_s(ThreadContext context) MapJavaProxy.values_at(ThreadContext context, IRubyObject[] args) rb_hash_values_atstatic IRubyObjectJavaProxy.wrap(ThreadContext context, IRubyObject self, IRubyObject object) Deprecated. -
Uses of JRubyMethod in org.jruby.javasupport
Methods in org.jruby.javasupport with annotations of type JRubyMethodModifier and TypeMethodDescriptionJavaPackage.available_p(ThreadContext context) static IRubyObjectJavaArrayUtilities.bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject) static IRubyObjectJavaArrayUtilities.bytes_to_ruby_string(ThreadContext context, IRubyObject recv, IRubyObject wrappedObject, IRubyObject encoding) final IRubyObjectJavaPackage.const_get(ThreadContext context, IRubyObject name) final IRubyObjectJavaPackage.const_get(ThreadContext context, IRubyObject name, IRubyObject inherit) static IRubyObjectJava.const_missing(ThreadContext context, IRubyObject self, IRubyObject name) JavaPackage.const_missing(ThreadContext context, IRubyObject name) static IRubyObjectJavaUtilities.create_proxy_class(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) Deprecated.JavaField.enum_constant_p(ThreadContext context) Deprecated.static IRubyObjectJavaUtilities.extend_proxy(ThreadContext context, IRubyObject recv, IRubyObject name, Block block) Deprecated.JavaField.field_type(ThreadContext context) Deprecated.JavaField.final_p(ThreadContext context) Deprecated.static JavaClassJavaClass.for_name(IRubyObject recv, IRubyObject name) Deprecated.static IRubyObjectJavaUtilities.get_interface_module(ThreadContext context, IRubyObject recv, IRubyObject arg0) JavaObject.get_java_class(ThreadContext context) Deprecated.static IRubyObjectJavaUtilities.get_java_class(ThreadContext context, IRubyObject recv, IRubyObject arg0) Deprecated.static IRubyObjectJavaUtilities.get_package_module(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectJavaUtilities.get_package_module_dot_format(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectJavaUtilities.get_proxy_class(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectJavaUtilities.get_proxy_or_package_under_package(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectJavaUtilities.get_top_level_proxy_or_package(ThreadContext context, IRubyObject recv, IRubyObject arg0) JavaObject.hash(ThreadContext context) Deprecated.static IRubyObjectJavaProxyMethods.hash(ThreadContext context, IRubyObject recv) static IRubyObjectJava.NewStyleExtensionInherited.inherited(ThreadContext context, IRubyObject self, IRubyObject subclass) static IRubyObjectJava.OldStyleExtensionInherited.inherited(ThreadContext context, IRubyObject self, IRubyObject subclass) JavaPackage.inspect(ThreadContext context) static IRubyObjectJavaProxyMethods.inspect(ThreadContext context, IRubyObject recv) JavaObject.is_java_proxy(ThreadContext context) Deprecated.static IRubyObjectJavaProxyMethods.java_class(ThreadContext context, IRubyObject recv) static IRubyObjectJavaProxyMethods.java_object(ThreadContext context, IRubyObject recv) static IRubyObjectJava.java_to_primitive(IRubyObject recv, IRubyObject object, Block unusedBlock) Deprecated.static IRubyObjectJava.java_to_ruby(IRubyObject recv, IRubyObject object, Block unusedBlock) Deprecated.static IRubyObjectJavaArrayUtilities.java_to_ruby(ThreadContext context, IRubyObject recv, IRubyObject ary) JavaObject.java_type(ThreadContext context) Deprecated.JavaObject.length(ThreadContext context) Deprecated.JavaObject.marshal_dump(ThreadContext context) Deprecated.JavaObject.marshal_load(ThreadContext context, IRubyObject str) Deprecated.static IRubyObjectJava.method_missing(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJava.method_missing(ThreadContext context, IRubyObject self, IRubyObject[] args) JavaPackage.method_missing(ThreadContext context, IRubyObject name) JavaPackage.method_missing(ThreadContext context, IRubyObject[] args) JavaField.name(ThreadContext context) Deprecated.static IRubyObjectJava.new_proxy_instance2(ThreadContext context, IRubyObject recv, IRubyObject wrapper, IRubyObject interfaces, Block block) static IRubyObjectJavaProxyMethods.op_eql(ThreadContext context, IRubyObject recv, IRubyObject obj) JavaPackage.op_eqq(ThreadContext context, IRubyObject obj) JavaObject.op_equal(ThreadContext context, IRubyObject other) Deprecated.static IRubyObjectJavaProxyMethods.op_equal(ThreadContext context, IRubyObject recv, IRubyObject other) JavaPackage.package_name(ThreadContext context) JavaField.public_p(ThreadContext context) Deprecated.static IRubyObjectJavaProxyMethods.rbSynchronized(ThreadContext context, IRubyObject recv, Block block) JavaPackage.respond_to_missing_p(ThreadContext context, IRubyObject name) JavaPackage.respond_to_missing_p(ThreadContext context, IRubyObject name, IRubyObject includePrivate) JavaPackage.respond_to_p(ThreadContext context, IRubyObject name) JavaPackage.respond_to_p(ThreadContext context, IRubyObject name, IRubyObject includePrivate) static IRubyObjectJavaArrayUtilities.ruby_string_to_bytes(ThreadContext context, IRubyObject recv, IRubyObject string) final IRubyObjectJavaObject.ruby_synchronized(ThreadContext context, Block block) Deprecated.static IRubyObjectJava.ruby_to_java(IRubyObject recv, IRubyObject object, Block unusedBlock) Deprecated.JavaObject.same(ThreadContext context, IRubyObject other) Deprecated.JavaPackage.sealed_p(ThreadContext context) static IRubyObjectJavaUtilities.set_java_object(IRubyObject recv, IRubyObject self, IRubyObject java_object) JavaField.set_static_value(ThreadContext context, IRubyObject value) Deprecated.JavaField.set_value(ThreadContext context, IRubyObject object, IRubyObject value) Deprecated.JavaField.static_p(ThreadContext context) Deprecated.JavaField.static_value(ThreadContext context) Deprecated.JavaField.to_generic_string(ThreadContext context) Deprecated.static IRubyObjectJava.ByteArrayProxyMethods.to_s(ThreadContext context, IRubyObject self) JavaObject.to_s(ThreadContext context) Deprecated.static IRubyObjectJavaProxyMethods.to_s(ThreadContext context, IRubyObject recv) static IRubyObjectJavaUtilities.valid_java_identifier_p(ThreadContext context, IRubyObject recv, IRubyObject name) JavaField.value(ThreadContext context, IRubyObject object) Deprecated.JavaField.value_type(ThreadContext context) Deprecated.static IRubyObjectJavaObject.wrap(ThreadContext context, IRubyObject self, IRubyObject object) Deprecated. -
Uses of JRubyMethod in org.jruby.javasupport.ext
Methods in org.jruby.javasupport.ext with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectJavaLang.Class.abstract_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.abstract_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.annotations_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.anonymous_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.Collection.append(IRubyObject self, IRubyObject item) static IRubyObjectJavaUtil.List.aref(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectJavaUtil.List.aref(ThreadContext context, IRubyObject self, IRubyObject idx, IRubyObject len) static IRubyObjectJavaUtilRegex.Matcher.aref(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectJavaUtilRegex.Matcher.aref(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1) static IRubyObjectJavaLangReflect.Constructor.argument_types(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.argument_types(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.array_class(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.List.aset(ThreadContext context, IRubyObject self, IRubyObject idx, IRubyObject val) static IRubyObjectJavaLang.Throwable.backtrace(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Matcher.begin(ThreadContext context, IRubyObject self, IRubyObject idx) static RubyArrayJavaUtilRegex.Matcher.captures(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Pattern.casefold_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.Collection.clone(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.cmp(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObjectJavaLang.Comparable.cmp(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObjectJavaLang.Number.coerce(ThreadContext context, IRubyObject self, IRubyObject type) static IRubyObjectJavaMath.BigDecimal.coerce(ThreadContext context, IRubyObject self, IRubyObject type) static IRubyObjectJavaLang.Class.constructor(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Iterable.count(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaLang.Iterable.count(ThreadContext context, IRubyObject self, IRubyObject obj, Block unused) static IRubyObjectJavaLang.Class.declared_annotations_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.declared_class_methods(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.declared_constructor(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Class.declared_instance_methods(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.declared_method(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Class.declared_method_smart(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Throwable.detailed_message(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Throwable.detailed_message(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObjectJavaLang.Throwable.detailed_message(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaUtil.Collection.dup(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Iterable.each(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.Collection.each(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.Enumeration.each(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.Iterator.each(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaLang.Iterable.each_with_index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.Collection.each_with_index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtilRegex.Matcher.end(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectJavaLang.Throwable.eqq(ThreadContext context, IRubyObject self, IRubyObject other) static IRubyObjectJavaUtilRegex.Pattern.eqq(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObjectJavaLang.Class.extend_proxy(ThreadContext context, IRubyObject self, IRubyObject extender) static IRubyObjectJavaLang.Class.final_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Constructor.final_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.final_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.final_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.Collection.first(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.Collection.first(ThreadContext context, IRubyObject self, IRubyObject count) static IRubyObjectJavaUtil.List.first(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.List.first(ThreadContext context, IRubyObject self, IRubyObject count) static IRubyObjectJavaLang.Throwable.full_message(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Throwable.full_message(ThreadContext context, IRubyObject self, IRubyObject opts) static IRubyObjectModule.import_(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) static RubyBooleanJavaUtil.Collection.include_p(ThreadContext context, IRubyObject self, IRubyObject obj) static IRubyObjectModule.include_package(ThreadContext context, IRubyObject self, IRubyObject pkg) static IRubyObjectJavaUtil.List.index(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.List.index(ThreadContext context, IRubyObject self, IRubyObject val, Block ignoredBlock) static IRubyObjectJavaLang.Character.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.CharSequence.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Number.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.String.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Throwable.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.AccessibleObject.inspect(ThreadContext context, IRubyObject self) static RubyStringJavaUtil.Collection.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Pattern.inspect(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Number.integer_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.invoke(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLangReflect.Method.invoke_static(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectModule.java_alias(ThreadContext context, IRubyObject self, IRubyObject new_id, IRubyObject old_id) static IRubyObjectJavaLang.Class.java_class_methods(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Character.java_identifier_part_p(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObjectJavaLang.Character.java_identifier_start_p(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObjectModule.java_import(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block) static IRubyObjectModule.java_import(ThreadContext context, IRubyObject self, IRubyObject arg, Block block) static IRubyObjectJavaLang.Class.java_instance_methods(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.java_method(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaUtil.Collection.join(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.Collection.join(ThreadContext context, IRubyObject self, IRubyObject sep) static IRubyObjectJavaUtil.List.last(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.List.last(ThreadContext context, IRubyObject self, IRubyObject count) static IRubyObjectJavaNio.Buffer.length(ThreadContext context, IRubyObject self) static RubyNumericJavaUtil.Collection.length(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Pattern.match(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObjectJavaLang.Throwable.message(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.new_array(ThreadContext context, IRubyObject self, IRubyObject length) static IRubyObjectJavaLangReflect.Constructor.new_instance(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Number.nonzero_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Matcher.offset(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectJavaUtilRegex.Pattern.op_match(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObjectJavaUtil.Collection.op_minus(ThreadContext context, IRubyObject self, IRubyObject coll) static IRubyObjectJavaUtil.Collection.op_plus(ThreadContext context, IRubyObject self, IRubyObject coll) static IRubyObjectJavaUtilRegex.Matcher.post_match(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Matcher.pre_match(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.private_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Constructor.private_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.private_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.private_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.protected_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Constructor.protected_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.protected_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.protected_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.proxy_class(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.public_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Constructor.public_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.public_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.public_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Number.real_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Matcher.regexp(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.resource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJavaLang.ClassLoader.resource_as_stream(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJavaLang.Class.resource_as_string(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJavaLang.ClassLoader.resource_as_string(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJavaLang.ClassLoader.resource_as_url(ThreadContext context, IRubyObject self, IRubyObject name) static IRubyObjectJavaLangReflect.Constructor.return_type(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.return_type(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.List.rindex(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.List.rindex(ThreadContext context, IRubyObject self, IRubyObject val, Block ignoredBlock) static IRubyObjectJavaLang.Throwable.set_backtrace(ThreadContext context, IRubyObject self, IRubyObject backtrace) static IRubyObjectJavaLangReflect.Field.set_static_value(ThreadContext context, IRubyObject self, IRubyObject value) static IRubyObjectJavaLangReflect.Field.set_value(ThreadContext context, IRubyObject self, IRubyObject obj, IRubyObject value) static RubyFixnumJavaUtilRegex.Matcher.size(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtil.List.sort(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaUtil.List.sort_bang(ThreadContext context, IRubyObject self, Block block) static IRubyObjectJavaLang.Class.static_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Constructor.static_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.static_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Method.static_p(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.static_value(ThreadContext context, IRubyObject self) static RubyStringJavaUtilRegex.Matcher.string(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Iterable.to_a(ThreadContext context, IRubyObject self, Block block) static RubyArrayJavaUtil.Collection.to_a(ThreadContext context, IRubyObject self) static RubyArrayJavaUtil.List.to_a(ThreadContext context, IRubyObject self) static RubyArrayJavaUtilRegex.Matcher.to_a(ThreadContext context, IRubyObject self) static IRubyObjectJavaMath.BigDecimal.to_d(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Number.to_f(ThreadContext context, IRubyObject self) static IRubyObjectJavaMath.BigDecimal.to_f(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Character.to_i(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Number.to_i(ThreadContext context, IRubyObject self) static IRubyObjectJavaMath.BigDecimal.to_i(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Runnable.to_proc(ThreadContext context, IRubyObject self) static IRubyObjectJavaMath.BigDecimal.to_r(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Class.to_s(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.String.to_s(ThreadContext context, IRubyObject self) static IRubyObjectJavaLang.Throwable.to_s(ThreadContext context, IRubyObject self) static IRubyObjectJavaTime.Instant.to_time(ThreadContext context, IRubyObject self) static IRubyObjectJavaTime.LocalDateTime.to_time(ThreadContext context, IRubyObject self) static IRubyObjectJavaTime.OffsetDateTime.to_time(ThreadContext context, IRubyObject self) static IRubyObjectJavaTime.ZonedDateTime.to_time(ThreadContext context, IRubyObject self) static IRubyObjectJavaLangReflect.Field.value(ThreadContext context, IRubyObject self, IRubyObject obj) static IRubyObjectJavaLangReflect.Field.value_type(ThreadContext context, IRubyObject self) static IRubyObjectJavaUtilRegex.Matcher.values_at(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectJavaLang.Number.zero_p(ThreadContext context, IRubyObject self) -
Uses of JRubyMethod in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy with annotations of type JRubyMethodModifier and TypeMethodDescriptionJavaProxyReflectionObject.aref(ThreadContext context, IRubyObject index) JavaProxyClass.ProxyMethodImpl.argument_types(ThreadContext context) final RubyArrayJavaProxyConstructor.argument_types(ThreadContext context) JavaProxyClass.ProxyMethodImpl.arity(ThreadContext context) JavaProxyConstructor.arity(ThreadContext context) JavaProxyReflectionObject.aset(ThreadContext context, IRubyObject index, IRubyObject someValue) final RubyArrayJavaProxyClass.constructors(ThreadContext context) JavaProxyClass.ProxyMethodImpl.do_invoke(ThreadContext context, IRubyObject[] args) static RubyObjectJavaProxyClass.get_with_class(ThreadContext context, IRubyObject self, IRubyObject obj) final JavaProxyClassJavaProxyClass.ProxyMethodImpl.getDeclaringClass()JavaProxyConstructor.getDeclaringClass()JavaProxyReflectionObject.hash(ThreadContext context) JavaProxyClass.ProxyMethodImpl.inspect(ThreadContext context) JavaProxyConstructor.inspect(ThreadContext context) JavaProxyClass.interfaces(ThreadContext context) JavaProxyReflectionObject.is_java_proxy(ThreadContext context) JavaProxyReflectionObject.java_class(ThreadContext context) JavaProxyReflectionObject.java_type(ThreadContext context) JavaProxyReflectionObject.length(ThreadContext context) JavaProxyClass.methods(ThreadContext context) JavaProxyConstructor.new_instance(ThreadContext context, IRubyObject[] args, Block block) JavaProxyConstructor.new_instance2(ThreadContext context, IRubyObject[] args, Block unusedBlock) JavaProxyReflectionObject.op_eqq(ThreadContext context, IRubyObject obj) JavaProxyReflectionObject.op_equal(ThreadContext context, IRubyObject obj) JavaProxyClass.ProxyMethodImpl.super_p(ThreadContext context) JavaProxyClass.superclass(ThreadContext context) JavaProxyReflectionObject.to_s(ThreadContext context) -
Uses of JRubyMethod in org.jruby.runtime
Methods in org.jruby.runtime with parameters of type JRubyMethodModifier and TypeMethodDescriptionstatic ArityArity.fromAnnotation(JRubyMethod anno) static ArityArity.fromAnnotation(JRubyMethod anno, int required) static ArityArity.fromAnnotation(JRubyMethod anno, Class[] parameterTypes, boolean isStatic) -
Uses of JRubyMethod in org.jruby.runtime.load
Methods in org.jruby.runtime.load with annotations of type JRubyMethodModifier and TypeMethodDescriptionstatic IRubyObjectLoadService.LoadPathMethods.resolve_feature_path(ThreadContext context, IRubyObject self, IRubyObject pathArg)