class Haml::CLI

def temple(file)

def temple(file)
  pp_object(generate_temple(file), color: options[:color])
end