mod >= other â true, false, or nil
Instance Public methods
Returns true if mod is an ancestor of other, or the two
modules are the same. Returns nil
if there's no
relationship between the two. (Think of the relationship in terms of the
class definition: âclass A<Bâ implies âB>Aâ).
Please login to continue.