org.jruby
Class RubyModule.KindOf

java.lang.Object
  extended by org.jruby.RubyModule.KindOf
Enclosing class:
RubyModule

public static class RubyModule.KindOf
extends java.lang.Object


Field Summary
static RubyModule.KindOf DEFAULT_KIND_OF
           
 
Constructor Summary
RubyModule.KindOf()
           
 
Method Summary
 boolean isKindOf(IRubyObject obj, RubyModule type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_KIND_OF

public static final RubyModule.KindOf DEFAULT_KIND_OF
Constructor Detail

RubyModule.KindOf

public RubyModule.KindOf()
Method Detail

isKindOf

public boolean isKindOf(IRubyObject obj,
                        RubyModule type)


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