mod
Instance Public methods
Returns true if mod is a subclass of other or is the same
as other. Returns nil
if there's no relationship
between the two. (Think of the relationship in terms of the class
definition: âclass A<Bâ implies âA<Bâ).
Please login to continue.