org.jruby.ext.fiber
Class FiberMeta

java.lang.Object
  extended by org.jruby.ext.fiber.FiberMeta

public class FiberMeta
extends java.lang.Object


Constructor Summary
FiberMeta()
           
 
Method Summary
static IRubyObject yield(ThreadContext context, IRubyObject recv)
           
static IRubyObject yield(ThreadContext context, IRubyObject recv, IRubyObject arg)
           
static IRubyObject yield(ThreadContext context, IRubyObject recv, IRubyObject[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiberMeta

public FiberMeta()
Method Detail

yield

public static IRubyObject yield(ThreadContext context,
                                IRubyObject recv)

yield

public static IRubyObject yield(ThreadContext context,
                                IRubyObject recv,
                                IRubyObject arg)

yield

public static IRubyObject yield(ThreadContext context,
                                IRubyObject recv,
                                IRubyObject[] args)


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