Module: Djinn
- Includes:
- Base
- Defined in:
- lib/djinn.rb,
lib/djinn/base.rb,
lib/djinn/rails.rb,
lib/djinn/base/dsl.rb,
lib/djinn/base/tonic.rb,
lib/djinn/base/logging.rb,
lib/djinn/base/pid_file.rb,
lib/djinn/rails/handlers.rb
Overview
In Arabian mythology a Djinn is a supernatural creature which occupies a parallel world to that of mankind
Defined Under Namespace
Instance Attribute Summary
Attributes included from Base
Class Method Summary collapse
Methods included from Base
#handle_exit, #initialize, #perform, #restart, #run, #start, #stop
Methods included from Base::Logging
Methods included from Base::Tonic
Class Method Details
.included(base) ⇒ Object
14 15 16 |
# File 'lib/djinn.rb', line 14 def self.included(base) base.extend Djinn::Dsl end |