All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.ext.api.array Maven / Gradle / Ivy

package org.jruby.ext.api;

import org.jruby.runtime.builtin.IRubyObject;

public class array {
//    public static IRubyObject rb_ary_aref(int argc, IRubyObject[] argv, IRubyObject ary);
//
//    public static rb_ary_entry(IRubyObject ary, long offset)
//
//    public static rb_ary_store(IRubyObject ary, long offset, IRubyObject obj)
//
//    public static rb_ary_subseq(IRubyObject ary, long beg, long len)
//
//    public static rb_ary_push(IRubyObject ary, IRubyObject val)
//
//    public static rb_ary_pop(IRubyObject ary)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy