class Haml::Exec::Generic

def initialize(args)

:nodoc:
for all three executables.
A class that encapsulates the executable code
:nodoc:
It shouldn't need to be invoked by client code.
such as command-line parsing stuff.
haml, sass, and haml2html executables,
This module contains code for working with the
def initialize(args)
  @args = args
  @options = {}
end