Method: Listing::ClassMethods#inherited
- Defined in:
- lib/nose/util.rb
#inherited(subclass) ⇒ void
This method returns an undefined value.
Track this new subclass for later
306 307 308 |
# File 'lib/nose/util.rb', line 306 def inherited(subclass) class_variable_get(:@@registry)[subclass.name] = subclass end |