# File lib/rubyful_soup.rb, line 270
def
each
@contents
.
each
{
|
x
|
yield
x
}
end