class HighLine::List
def transpose
-
(self)
-
def transpose first_row = @list[0] other_rows = @list[1..-1] @list = first_row.zip(*other_rows) self end
(self)
-
def transpose first_row = @list[0] other_rows = @list[1..-1] @list = first_row.zip(*other_rows) self end