class Playbook::PbList::List

def ordered_class

def ordered_class
  ordered ? "ol" : "ul"
end