Class: Lazibi::DefaultEngine
- Inherits:
-
BeautifyEngine
- Object
- EngineBase
- BeautifyEngine
- Lazibi::DefaultEngine
- Defined in:
- lib/core/default_engine.rb
Instance Attribute Summary
Attributes inherited from EngineBase
#down_path, #filters, #up_path
Instance Method Summary collapse
-
#initialize ⇒ DefaultEngine
constructor
A new instance of DefaultEngine.
Methods inherited from EngineBase
#down, #go_down, #go_up, #to_s, #up
Methods included from Helper::ApplicationHelper
Constructor Details
#initialize ⇒ DefaultEngine
Returns a new instance of DefaultEngine.
5 6 7 8 9 |
# File 'lib/core/default_engine.rb', line 5 def initialize super go_up :optional_end, :optional_do go_down :optional_do, :optional_end end |