Who Are My Ancestors?
Ruby's Module
class provides the #ancestors
method. This method allows you to determine the ancestors (parents, grandparents, etc.) of a given class.
Last updated
Ruby's Module
class provides the #ancestors
method. This method allows you to determine the ancestors (parents, grandparents, etc.) of a given class.
Last updated