A visitor for setting options on the Sass tree
Parameters:
The root node of the tree to visit.
The options has to set.
5
# File '.ruby-sass/lib/sass/tree/visitors/set_options.rb', line 5 def self.visit(root, options); new(options).send(:visit, root); end