HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-26
1 <h2>Ответы</h2>
1 <h2>Ответы</h2>
2 <p><strong>super_method → method</strong>Returns a Method of superclass which would be called when super is used or nil if there is no method on superclass.<a>enter link description here</a></p>
2 <p><strong>super_method → method</strong>Returns a Method of superclass which would be called when super is used or nil if there is no method on superclass.<a>enter link description here</a></p>
3 <p><strong>superclass → a_super_class or nil</strong>Returns the superclass of class, or nil. Returns nil when the given class does not have a parent class.<a>enter link description here</a></p>
3 <p><strong>superclass → a_super_class or nil</strong>Returns the superclass of class, or nil. Returns nil when the given class does not have a parent class.<a>enter link description here</a></p>