org.jruby.ext
Class Timeout.TimeoutToplevel

java.lang.Object
  extended by org.jruby.ext.Timeout.TimeoutToplevel
Enclosing class:
Timeout

public static class Timeout.TimeoutToplevel
extends java.lang.Object


Constructor Summary
Timeout.TimeoutToplevel()
           
 
Method Summary
static IRubyObject timeout(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeout.TimeoutToplevel

public Timeout.TimeoutToplevel()
Method Detail

timeout

public static IRubyObject timeout(ThreadContext context,
                                  IRubyObject self,
                                  IRubyObject[] args,
                                  Block block)


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