Class: Lazibi::BeautifyEngine

Inherits:
EngineBase show all
Defined in:
lib/core/beautify_engine.rb

Direct Known Subclasses

DefaultEngine

Instance Attribute Summary

Attributes inherited from EngineBase

#down_path, #filters, #up_path

Instance Method Summary collapse

Methods inherited from EngineBase

#down, #go_down, #go_up, #to_s, #up

Methods included from Helper::ApplicationHelper

#skip_notice

Constructor Details

#initializeBeautifyEngine

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