# File temp/document.rb, line 113
def
doctype
@children
.
find
{
|
item
|
item
.
kind_of?
DocType
}
end