org.jruby.libraries
Class RbConfigLibrary

java.lang.Object
  extended by org.jruby.libraries.RbConfigLibrary
All Implemented Interfaces:
Library

public class RbConfigLibrary
extends java.lang.Object
implements Library


Constructor Summary
RbConfigLibrary()
           
 
Method Summary
 void load(Ruby runtime)
          Just enough configuration settings (most don't make sense in Java) to run the rubytests unit tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RbConfigLibrary

public RbConfigLibrary()
Method Detail

load

public void load(Ruby runtime)
Just enough configuration settings (most don't make sense in Java) to run the rubytests unit tests. The tests use bindir, RUBY_INSTALL_NAME and EXEEXT.

Specified by:
load in interface Library


Copyright © 2002-2007 JRuby Team. All Rights Reserved.