class HighLine::List

def col_down

Returns:
  • (self) -
def col_down
  slice_by_rows
  transpose
  self
end