CoreConstructors — members
3
C
new()
M
create_hash(runtime, key, value)
RubyHash
M
create_hash(runtime, key1, value1, key2, value2)
RubyHash
org.jruby.embed.util.CoreConstructors
class
3 members
API's which can be used by embedders to construct Ruby builtin core types.
Class Methods
create_hash
RubyHash
create_hash
(
Ruby runtime,
IRubyObject key,
IRubyObject value
)
Java: createHash(org.jruby.Ruby runtime, org.jruby.runtime.builtin.IRubyObject key, org.jruby.runtime.builtin.IRubyObject value)
create_hash
RubyHash
create_hash
(
Ruby runtime,
IRubyObject key1,
IRubyObject value1,
IRubyObject key2,
IRubyObject value2
)
Java: createHash(org.jruby.Ruby runtime, org.jruby.runtime.builtin.IRubyObject key1, org.jruby.runtime.builtin.IRubyObject value1, org.jruby.runtime.builtin.IRubyObject key2, org.jruby.runtime.builtin.IRubyObject value2)