public static class RubyModule.KindOf
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RubyModule.KindOf |
DEFAULT_KIND_OF |
Constructor and Description |
---|
KindOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
isKindOf(IRubyObject obj,
RubyModule type) |
public static final RubyModule.KindOf DEFAULT_KIND_OF
public boolean isKindOf(IRubyObject obj, RubyModule type)
Copyright © 2001-2017 JRuby. All Rights Reserved.