This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
empty?()
Is the ListItem empty?
# File lib/rdoc/markup/list_item.rb, line 61 def empty? @parts.empty? end