org.jruby.test
Class TestMethodFactories.MyBoundClass

java.lang.Object
  extended by org.jruby.test.TestMethodFactories.MyBoundClass
Enclosing class:
TestMethodFactories

public static class TestMethodFactories.MyBoundClass
extends java.lang.Object


Constructor Summary
TestMethodFactories.MyBoundClass()
           
 
Method Summary
static IRubyObject four_arg_method(IRubyObject self, IRubyObject[] obj)
           
static void void_returning_method(IRubyObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodFactories.MyBoundClass

public TestMethodFactories.MyBoundClass()
Method Detail

void_returning_method

public static void void_returning_method(IRubyObject obj)

four_arg_method

public static IRubyObject four_arg_method(IRubyObject self,
                                          IRubyObject[] obj)


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