org.jruby.libraries
Class FiberExtLibrary

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

public class FiberExtLibrary
extends java.lang.Object
implements Library

These methods get loaded when you require 'fiber'.


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

FiberExtLibrary

public FiberExtLibrary()
Method Detail

load

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


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