# File temp/element.rb, line 661
def
texts
find_all
{
|
child
|
child
.
kind_of?
Text
}.
freeze
end