list(type = nil, *items)
Shortcut for RDoc::Markup::List.new with type and items
# File lib/rdoc/test_case.rb, line 137 def list type = nil, *items @RM::List.new type, *items end