Class: Droonga::Planner
- Inherits:
-
Object
- Object
- Droonga::Planner
- Includes:
- ErrorMessages, Loggable
- Defined in:
- lib/droonga/planner.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Planner
constructor
A new instance of Planner.
- #plan(message) ⇒ Object
Constructor Details
#initialize ⇒ Planner
Returns a new instance of Planner.
25 26 |
# File 'lib/droonga/planner.rb', line 25 def initialize end |
Instance Method Details
#plan(message) ⇒ Object
28 29 30 |
# File 'lib/droonga/planner.rb', line 28 def plan() raise NotImplemented, "#{self.class.name}\##{__method__} must implement." end |