# File lib/html/element.rb, line 231
def
elements
children
.
select
{
|
node
|
node
.
is_a?
Element
}
end