class Rack::Directory::DirectoryBody

def DIR_FILE_escape(htmls)

Escape each element in the array of html strings.
def DIR_FILE_escape(htmls)
  htmls.map { |e| Utils.escape_html(e) }
end