Class: TechnoGate::Contao::StylesheetCompiler
- Defined in:
- lib/contao/stylesheet_compiler.rb
Instance Attribute Summary
Attributes inherited from Compiler
Instance Method Summary collapse
- #clean ⇒ Object
-
#initialize(options = {}) ⇒ StylesheetCompiler
constructor
A new instance of StylesheetCompiler.
Methods inherited from Compiler
Constructor Details
#initialize(options = {}) ⇒ StylesheetCompiler
Returns a new instance of StylesheetCompiler.
9 10 11 |
# File 'lib/contao/stylesheet_compiler.rb', line 9 def initialize( = {}) super end |