Class: Haml::Exec::HamlSass

Inherits:
Generic show all
Defined in:
lib/haml/exec.rb

Overview

A class encapsulating the executable functionality specific to Haml and Sass.

Direct Known Subclasses

Haml, Sass

Instance Method Summary collapse

Methods inherited from Generic

#parse!, #to_s

Constructor Details

#initialize(args) ⇒ HamlSass

:nodoc:



97
98
99
100
# File 'lib/haml/exec.rb', line 97

def initialize(args)
  super
  @options[:for_engine] = {}
end