# File lib/html/element.rb, line 132
def
write
(
io
)
children
.
each
{
|
t
|
t
.
write
(
io
) }
end