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