org.jruby.ext
Class DelegateLibrary

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

public class DelegateLibrary
extends java.lang.Object
implements Library


Nested Class Summary
static class DelegateLibrary.Delegator
           
 
Constructor Summary
DelegateLibrary()
           
 
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

DelegateLibrary

public DelegateLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
Specified by:
load in interface Library


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