Class: Droonga::Adapter
- Inherits:
-
Object
- Object
- Droonga::Adapter
- Includes:
- Pluggable
- Defined in:
- lib/droonga/adapter.rb
Instance Method Summary collapse
-
#initialize(dispatcher, options = {}) ⇒ Adapter
constructor
A new instance of Adapter.
Methods included from Pluggable
#process, #processable?, #shutdown
Constructor Details
#initialize(dispatcher, options = {}) ⇒ Adapter
Returns a new instance of Adapter.
25 26 27 28 |
# File 'lib/droonga/adapter.rb', line 25 def initialize(dispatcher, ={}) @dispatcher = dispatcher load_plugins([:adapters] || []) end |