# File lib/sass/tree/node.rb, line 149
      def each
        yield self
        children.each {|c| c.each {|n| yield n}}
      end