Module: PlatformosCheck::ChecksTracking
- Included in:
- HtmlCheck, LiquidCheck, YamlCheck
- Defined in:
- lib/platformos_check/checks_tracking.rb
Instance Method Summary collapse
Instance Method Details
#inherited(klass) ⇒ Object
5 6 7 |
# File 'lib/platformos_check/checks_tracking.rb', line 5 def inherited(klass) Check.all << klass end |