jruby/docs BETA
Navigation
org.jruby.RubyData 1
C DataMethods
DataMethods — members 6
C new()
M inspect(context, klass) IRubyObject
M members(context, self) IRubyObject
M rb_new(context, self, values) IRubyObject
M rb_new(context, self) IRubyObject
M rb_new(context, self, hash_or_elt) IRubyObject

org.jruby.RubyData.DataMethods

class 6 members

Constructors

new

new ( )
Java: <init>()

Class Methods

inspect

IRubyObject inspect ( ThreadContext context, IRubyObject klass )
Java: inspect(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject klass)

members

IRubyObject members ( ThreadContext context, IRubyObject self )
Java: members(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

rb_new

IRubyObject rb_new ( ThreadContext context, IRubyObject self, IRubyObject[] values )
Java: rbNew(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] values)

rb_new

IRubyObject rb_new ( ThreadContext context, IRubyObject self )
Java: rbNew(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self)

rb_new

IRubyObject rb_new ( ThreadContext context, IRubyObject self, IRubyObject hash_or_elt )
Java: rbNew(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject hashOrElt)