# File lib/hpricot/elements.rb, line 129
def
append
(
str
)
each
{
|
x
|
x
.
inner_html
+=
str
}
end