org.jruby.ext.fiber
Class FiberExtLibrary.FiberExtMeta

java.lang.Object
  extended by org.jruby.ext.fiber.FiberExtLibrary.FiberExtMeta
Enclosing class:
FiberExtLibrary

public static class FiberExtLibrary.FiberExtMeta
extends java.lang.Object


Constructor Summary
FiberExtLibrary.FiberExtMeta()
           
 
Method Summary
static IRubyObject alive_p(ThreadContext context, IRubyObject recv)
           
static IRubyObject current(ThreadContext context, IRubyObject recv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberExtLibrary.FiberExtMeta

public FiberExtLibrary.FiberExtMeta()
Method Detail

current

public static IRubyObject current(ThreadContext context,
                                  IRubyObject recv)

alive_p

public static IRubyObject alive_p(ThreadContext context,
                                  IRubyObject recv)


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