class Sass::Tree::Visitors::SetOptions

def visit(node)

def visit(node)
  node.instance_variable_set('@options', @options)
  super
end