# File lib/sass/tree/node.rb, line 224
      def each(&block)
        yield self
        children.each {|c| c.each(&block)}
      end