org.jruby.libraries
Class FiberLibrary

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

public class FiberLibrary
extends java.lang.Object
implements Library

A basic implementation of Ruby 1.9 Fiber library.


Nested Class Summary
 class FiberLibrary.Fiber
           
static class FiberLibrary.FiberMeta
           
 
Constructor Summary
FiberLibrary()
           
 
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

FiberLibrary

public FiberLibrary()
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-2007 JRuby Team. All Rights Reserved.