Class: Intrigue::Ident::Check::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/checks/base.rb

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object



6
7
8
# File 'lib/checks/base.rb', line 6

def self.inherited(base)
  CheckFactory.register(base)
end