U:RDoc::AnyMethod[iI" is_a?:ETI"Object#is_a?;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"?Returns true if class is the class of ;TI"Bobj, or if class is one of the superclasses of ;TI"2obj or modules included in obj.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim; [I"module M; end ;TI" class A ;TI" include M ;TI" end ;TI"class B < A; end ;TI"class C < B; end ;TI" ;TI"b = B.new ;TI"!b.is_a? A #=> true ;TI"!b.is_a? B #=> true ;TI""b.is_a? C #=> false ;TI"!b.is_a? M #=> true ;TI" ;TI"!b.kind_of? A #=> true ;TI"!b.kind_of? B #=> true ;TI""b.kind_of? C #=> false ;TI" b.kind_of? M #=> true;T: @format0: @fileI" object.c;T:0@omit_headings_from_table_of_contents_below0I",obj.is_a?(class) -> true or false;T0[I" (p1);T@$FI" Object;TcRDoc::NormalClass00