class Haml::CLI

def parse(file)

def parse(file)
  pp_object(generate_ast(file), color: options[:color])
end