# File temp/document.rb, line 95
def
root
@children
.
find
{
|
item
|
item
.
kind_of?
Element
}
end