empty?()
Is the ListItem empty?
# File lib/rdoc/markup/list_item.rb, line 54 def empty? @parts.empty? end