# File lib/sass/tree/visitors/set_options.rb, line 33 def visit_for(node) node.from.options = @options node.to.options = @options yield end