class Haml::Exec::Generic

def parse

Other tags:
    See: #parse! -
def parse
  @opts = OptionParser.new(&method(:set_opts))
  @opts.parse!(@args)
  process_result
  @options
end