Sha256: c4377c88072ca8e80f266465d3f682baa687789b03c81525628f8589de4219be
Contents?: true
Size: 1.91 KB
Versions: 12
Compression:
Stored size: 1.91 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:transpose:@docstringIC:YARD::Docstring"Assumes that <i>self</i> is an array of arrays and transposes the rows and columns. a = [[1,2], [3,4], [5,6]] a.transpose #=> [[1, 3, 5], [2, 4, 6]] :@objectu:YARD::StubProxyArray#transpose: @summary0: @all"Assumes that <i>self</i> is an array of arrays and transposes the rows and columns. a = [[1,2], [3,4], [5,6]] a.transpose #=> [[1, 3, 5], [2, 4, 6]] @overload transpose @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#transpose;;;IC; "