module Dri module Utils class MarkdownLists def self.make_list(labels, items) @list = "" @list.concat "" end @list end end end