Module: PoolParty::Pinger
- Included in:
- Neighborhoods, Remote, Verifiers::Ping
- Defined in:
- lib/poolparty/modules/pinger.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
23 24 25 26 |
# File 'lib/poolparty/modules/pinger.rb', line 23 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |