ruby что такое super — Q&A Хекслет
2026-02-26 22:42 Diff

Ответы

super_method → method Returns a Method of superclass which would be called when super is used or nil if there is no method on superclass. enter link description here

superclass → a_super_class or nil Returns the superclass of class, or nil. Returns nil when the given class does not have a parent class. enter link description here