# File lib/rubyful_soup.rb, line 377 def children catch(:stop_iteration) { @contents.each { |x| yield x } } end