public static final class RubyModule.JavaClassKindOf extends RubyModule.KindOf
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class |
klass |
DEFAULT_KIND_OF| Constructor and Description |
|---|
JavaClassKindOf(java.lang.Class klass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKindOf(IRubyObject obj,
RubyModule type) |
public boolean isKindOf(IRubyObject obj, RubyModule type)
isKindOf in class RubyModule.KindOf