Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(label = nil, *parts)
public
Creates a new ListItem
with an optional label containing parts
# File lib/rdoc/markup/list_item.rb, line 26
def initialize label = nil, *parts
@label = label
@parts = []
@parts.concat parts
end