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