PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Object
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>class</em> is the class of <em>obj</em>, or if <em>class</em> is one of the superclasses of <em>obj</em> or modules included in <em>obj</em>. - !ruby/struct:SM::Flow::VERB body: " module M; end\n class A\n include M\n end\n class B < A; end\n class C < B; end\n b = B.new\n b.instance_of? A #=> false\n b.instance_of? B #=> true\n b.instance_of? C #=> false\n b.instance_of? M #=> false\n b.kind_of? A #=> true\n b.kind_of? B #=> true\n b.kind_of? C #=> false\n b.kind_of? M #=> true\n" full_name: Object#kind_of? is_singleton: false name: kind_of? params: | obj.is_a?(class) => true or false obj.kind_of?(class) => true or false visibility: public
[-] class-i.yaml
[edit]
[-] frozen%3f-i.yaml
[edit]
[-] send-i.yaml
[edit]
[-] remove_instance_variable-i.yaml
[edit]
[-] instance_variable_set-i.yaml
[edit]
[-] private_methods-i.yaml
[edit]
[-] singleton_method_undefined-i.yaml
[edit]
[-] object_id-i.yaml
[edit]
[-] singleton_method_added-i.yaml
[edit]
[-] to_yaml_properties-i.yaml
[edit]
[-] display-i.yaml
[edit]
[-] method-i.yaml
[edit]
[-] to_yaml-i.yaml
[edit]
[-] hash-i.yaml
[edit]
[-] instance_variable_defined%3f-i.yaml
[edit]
[-] __id__-i.yaml
[edit]
[-] instance_exec-i.yaml
[edit]
[-] %3d%3d%3d-i.yaml
[edit]
[-] respond_to%3f-i.yaml
[edit]
[-] dup-i.yaml
[edit]
[-] equal%3f-i.yaml
[edit]
[-] tainted%3f-i.yaml
[edit]
[-] tap-i.yaml
[edit]
[-] inspect-i.yaml
[edit]
[-] %3d%7e-i.yaml
[edit]
[-] instance_variables-i.yaml
[edit]
[-] clone-i.yaml
[edit]
[-] enum_for-i.yaml
[edit]
[-] dclone-i.yaml
[edit]
[-] __send__-i.yaml
[edit]
[-] kind_of%3f-i.yaml
[edit]
[-] instance_eval-i.yaml
[edit]
[-] taint-i.yaml
[edit]
[-] instance_variable_get-i.yaml
[edit]
[-] %3d%3d-i.yaml
[edit]
[-] to_a-i.yaml
[edit]
[-] methods-i.yaml
[edit]
[-] id-i.yaml
[edit]
[-] singleton_method_removed-i.yaml
[edit]
[-] protected_methods-i.yaml
[edit]
[-] eql%3f-i.yaml
[edit]
[+]
..
[-] to_yaml_style-i.yaml
[edit]
[-] nil%3f-i.yaml
[edit]
[-] public_methods-i.yaml
[edit]
[-] new-c.yaml
[edit]
[-] is_a%3f-i.yaml
[edit]
[-] instance_of%3f-i.yaml
[edit]
[-] type-i.yaml
[edit]
[-] freeze-i.yaml
[edit]
[-] to_s-i.yaml
[edit]
[-] cdesc-Object.yaml
[edit]
[-] to_enum-i.yaml
[edit]
[-] extend-i.yaml
[edit]
[-] singleton_methods-i.yaml
[edit]
[-] untaint-i.yaml
[edit]