# File lib/sass/script/node.rb, line 43
    def context=(context)
      @context = context
      children.each {|c| c.context = context}
    end