Method: Deface::HamlConverter#initialize
- Defined in:
- lib/deface/haml_converter.rb
#initialize(template, options = {}) ⇒ HamlConverter
Returns a new instance of HamlConverter.
91 92 93 94 95 |
# File 'lib/deface/haml_converter.rb', line 91 def initialize(template, = {}) [:compiler_class] = Compiler [:parser_class] = Parser super(template, ) end |