org.jruby.java.addons
Class KernelJavaAddons

java.lang.Object
  extended by org.jruby.java.addons.KernelJavaAddons

public class KernelJavaAddons
extends java.lang.Object


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

Constructor Detail

KernelJavaAddons

public KernelJavaAddons()
Method Detail

rbRaise

public static IRubyObject rbRaise(ThreadContext context,
                                  IRubyObject recv,
                                  IRubyObject[] args,
                                  Block block)
                           throws java.lang.Throwable
Throws:
java.lang.Throwable


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