Libraries
»
taka
(0.0.1)
»
Index
»
Taka
»
DOM
»
Node
»
#hasChildNodes
Method: Taka::DOM::Node#hasChildNodes
Defined in:
lib/taka/dom/node.rb
#
hasChildNodes
⇒
Object
192 193 194
# File 'lib/taka/dom/node.rb', line 192
def
hasChildNodes
!
children
.
empty?
end