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