org.jruby.ext.jruby
Class JRubyCoreExtLibrary

java.lang.Object
  extended by org.jruby.ext.jruby.JRubyCoreExtLibrary
All Implemented Interfaces:
Library

public class JRubyCoreExtLibrary
extends java.lang.Object
implements Library


Constructor Summary
JRubyCoreExtLibrary()
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRubyCoreExtLibrary

public JRubyCoreExtLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException


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