org.jruby.ext.jruby
Class JRubyTypeLibrary

java.lang.Object
  extended by org.jruby.ext.jruby.JRubyTypeLibrary
All Implemented Interfaces:
Library

public class JRubyTypeLibrary
extends java.lang.Object
implements Library


Constructor Summary
JRubyTypeLibrary()
           
 
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

JRubyTypeLibrary

public JRubyTypeLibrary()
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-2009 JRuby Team. All Rights Reserved.