[Source]
# File lib/hpricot_text_gsub.rb, line 19 19: def text_gsub!(*args, &block) 20: children.each { |x| x.text_gsub!(*args, &block) } 21: end
[Validate]