org.jruby
Class RubyJRuby.TypeLibrary

java.lang.Object
  extended by org.jruby.RubyJRuby.TypeLibrary
All Implemented Interfaces:
Library
Enclosing class:
RubyJRuby

public static class RubyJRuby.TypeLibrary
extends java.lang.Object
implements Library


Constructor Summary
RubyJRuby.TypeLibrary()
           
 
Method Summary
static IRubyObject coerce_to(ThreadContext context, IRubyObject self, IRubyObject object, IRubyObject clazz, IRubyObject method)
           
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyJRuby.TypeLibrary

public RubyJRuby.TypeLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException

coerce_to

public static IRubyObject coerce_to(ThreadContext context,
                                    IRubyObject self,
                                    IRubyObject object,
                                    IRubyObject clazz,
                                    IRubyObject method)


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