Method: Taka::DOM::Node#hasChildNodes

Defined in:
lib/taka/dom/node.rb

#hasChildNodesObject



192
193
194
# File 'lib/taka/dom/node.rb', line 192

def hasChildNodes
  !children.empty?
end