Sha256: 6bf343e1062c03f2a5486d8c831781ac85f4c226e0bc7bad24a0034151a93654
Contents?: true
Size: 1.49 KB
Versions: 12
Compression:
Stored size: 1.49 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:<<:@docstringIC:YARD::Docstring"çAppend---Pushes the given object on to the end of this array. This expression returns the array itself, so several appends may be chained together. [ 1, 2 ] << "c" << "d" << [ 3, 4 ] #=> [ 1, 2, "c", "d", [ 3, 4 ] ] :@objectu:YARD::StubProxy Array#<<: @summary0: @all"Append---Pushes the given object on to the end of this array. This expression returns the array itself, so several appends may be chained together. [ 1, 2 ] << "c" << "d" << [ 3, 4 ] #=> [ 1, 2, "c", "d", [ 3, 4 ] ] @overload <<(obj) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Array#<<;;;IC; "