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