class HighLine::List

def items_sliced_by_cols

def items_sliced_by_cols
  items.each_slice(cols).to_a
end