Sha256: 722441a5144098fbcf574c9911a1953066dec4c328563b1b8aec4525c111ca52
Contents?: true
Size: 1.21 KB
Versions: 12
Compression:
Stored size: 1.21 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:concat:@docstringIC:YARD::Docstring"tAppends the elements in other_array to _self_. [ "a", "b" ].concat( ["c", "d"] ) #=> [ "a", "b", "c", "d" ] :@objectu:YARD::StubProxyArray#concat: @summary0: @all"ˇAppends the elements in other_array to _self_. [ "a", "b" ].concat( ["c", "d"] ) #=> [ "a", "b", "c", "d" ] @overload concat(other_array) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#concat;;;IC; "