Package org.jruby.embed.util
Class CoreConstructors
java.lang.Object
org.jruby.embed.util.CoreConstructors
API's which can be used by embedders to construct Ruby builtin core types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RubyHashcreateHash(Ruby runtime, IRubyObject key, IRubyObject value) static RubyHashcreateHash(Ruby runtime, IRubyObject key1, IRubyObject value1, IRubyObject key2, IRubyObject value2)
-
Constructor Details
-
CoreConstructors
public CoreConstructors()
-
-
Method Details
-
createHash
-
createHash
public static RubyHash createHash(Ruby runtime, IRubyObject key1, IRubyObject value1, IRubyObject key2, IRubyObject value2)
-