def self.instance?(obj = nil)end
Boolean method. Verifies an object is a data structure instance. Takes any argument object. Returns true
in the case the argument's class is an element of the types set. Returns false
otherwise.
def self.type?(type = nil)end