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