# File lib/sass/tree/node.rb, line 67 def options=(options) children.each {|c| c.options = options} @options = options end