# File lib/Borges/HTML/HtmlBuilder.rb, line 214
  def list(items)
    list_do(items) do |x| text(x) end
  end