Module: Watobo::CheckInfoMixin

Extended by:
InfoMethods
Included in:
ActiveCheck
Defined in:
lib/watobo/mixins/check_info.rb

Overview

:nodoc: all

Defined Under Namespace

Modules: InfoMethods

Class Method Summary collapse

Methods included from InfoMethods

check_group, check_name

Class Method Details

.included(other) ⇒ Object



23
24
25
# File 'lib/watobo/mixins/check_info.rb', line 23

def self.included( other )
  other.extend InfoMethods
end