# File lib/sass/tree/visitors/set_options.rb, line 105
  def visit_variable(node)
    node.expr.options = @options
    yield
  end