org.jruby
Class RubyJRuby.JRubyExtensions

java.lang.Object
  extended by org.jruby.RubyJRuby.JRubyExtensions
Enclosing class:
RubyJRuby

public static class RubyJRuby.JRubyExtensions
extends java.lang.Object


Constructor Summary
RubyJRuby.JRubyExtensions()
           
 
Method Summary
static IRubyObject steal_method(IRubyObject recv, IRubyObject type, IRubyObject methodName)
           
static IRubyObject steal_methods(IRubyObject recv, IRubyObject[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyJRuby.JRubyExtensions

public RubyJRuby.JRubyExtensions()
Method Detail

steal_method

public static IRubyObject steal_method(IRubyObject recv,
                                       IRubyObject type,
                                       IRubyObject methodName)

steal_methods

public static IRubyObject steal_methods(IRubyObject recv,
                                        IRubyObject[] args)


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