is_a?(Class Object) = kind_of?(Class Object), these two methods are synonymous
is_a?(Class Object)
kind_of?(Class Object)
instance_of?(Class Object) for checking if the object is the instance of the given class
instance_of?(Class Object)