Libraries
»
fdlint
(0.1.3)
»
Index
»
XRay
»
HTML
»
Document
»
#empty?
Method: XRay::HTML::Document#empty?
Defined in:
lib/html/struct.rb
#
empty?
⇒
Boolean
Returns:
(
Boolean
)
168 169 170
# File 'lib/html/struct.rb', line 168
def
empty?
children
.
empty?
end