org.jruby
Class RubyContinuation

java.lang.Object
  extended by org.jruby.RubyContinuation

public class RubyContinuation
extends java.lang.Object

Placeholder until/if we can support this

Author:
Ola Bini

Constructor Summary
RubyContinuation()
           
 
Method Summary
static IRubyObject call(IRubyObject recv, IRubyObject[] args, Block unusedBlock)
           
static void createContinuation(Ruby runtime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyContinuation

public RubyContinuation()
Method Detail

createContinuation

public static void createContinuation(Ruby runtime)

call

public static IRubyObject call(IRubyObject recv,
                               IRubyObject[] args,
                               Block unusedBlock)


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