Module: PoolParty::Pinger
- Included in:
- Installer
- Defined in:
- lib/mixins/pinger.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
26 27 28 29 |
# File 'lib/mixins/pinger.rb', line 26 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |