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