Class | Haml::Exec::HamlSass |
In: |
lib/haml/exec.rb
|
Parent: | Generic |
An abstrac class that encapsulates the code specific to the `haml` and `sass` executables.
Processes the options set by the command-line arguments. In particular, sets `@options[:for_engine][:filename]` to the input filename and requires the appropriate file.
This is meant to be overridden by subclasses so they can run their respective programs.