Method: NoSE::Plans::PlanStep.inherited
- Defined in:
- lib/nose/plans.rb
.inherited(child_class) ⇒ void
This method returns an undefined value.
Add the Subtype module to all step classes
82 83 84 |
# File 'lib/nose/plans.rb', line 82 def self.inherited(child_class) child_class.send(:include, Subtype) end |