class HighLine::List

def slice_by_cols

Returns:
  • (self) -
def slice_by_cols
  @list = items_sliced_by_cols
  self
end