jruby/docs BETA
Navigation
org.jruby.RubyModule 9
C Autoload
C ConstantEntry
C InvalidatorList
C JavaClassKindOf
C KindOf
C MethodClumper
C RefinementMethods
C RespondToMissingMethod
I SourceLocation
KindOf — members 3
F DEFAULT_KIND_OF() KindOf
C new()
M is_kind_of(obj, type) boolean

org.jruby.RubyModule.KindOf

class 3 members

Constants

constanttypenote
DEFAULT_KIND_OF RubyModule.KindOf

Constructors

new

new ( )
Java: <init>()

Instance Methods

is_kind_of

boolean is_kind_of ( IRubyObject obj, RubyModule type )
Java: isKindOf(org.jruby.runtime.builtin.IRubyObject obj, org.jruby.RubyModule type)