Class JRubyLibrary

java.lang.Object
org.jruby.ext.jruby.JRubyLibrary
All Implemented Interfaces:
Library

public class JRubyLibrary extends Object implements Library
Native part of require 'jruby', e.g. provides methods for swapping between the normal Ruby reference to an object and the Java-integration-wrapped reference. Parts of JRuby name-space are loaded even without require 'jruby', those live under JRuby::Util.
See Also: