# File lib/rd/rd2html-lib.rb, line 234 def apply_to_MethodList(element, items) %Q[<dl>\n#{items.join("\n").chomp}\n</dl>] end