Module: PPSCommons

Extended by:
Commons::ClassMethods
Includes:
Commons
Included in:
WGU::DelegationAgent
Defined in:
lib/pps_commons.rb,
lib/pps_commons/version.rb

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Methods included from Commons::ClassMethods

deep_find, unleash_the_fury_level

Methods included from Commons

#deep_find, #logger

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/pps_commons.rb', line 7

def self.included(base)
  base.send :include, Commons
end