org.jruby.test
Class BasicLibraryTestService

java.lang.Object
  extended by org.jruby.test.BasicLibraryTestService
All Implemented Interfaces:
BasicLibraryService

public class BasicLibraryTestService
extends java.lang.Object
implements BasicLibraryService


Field Summary
static int counter
           
 
Constructor Summary
BasicLibraryTestService()
           
 
Method Summary
 boolean basicLoad(Ruby runtime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

public static int counter
Constructor Detail

BasicLibraryTestService

public BasicLibraryTestService()
Method Detail

basicLoad

public boolean basicLoad(Ruby runtime)
                  throws java.io.IOException
Specified by:
basicLoad in interface BasicLibraryService
Throws:
java.io.IOException


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