# File lib/sass/tree/visitors/convert.rb, line 9
  def self.visit(root, options, format)
    new(options, format).send(:visit, root)
  end