# File lib/sass/tree/visitors/deep_copy.rb, line 9 def visit_children(parent) parent.children = parent.children.map {|c| visit(c)} parent end