Sha256: ab809337bce1f2a74adbb83574184e0de154453fd556c6cb2af1ed705d78276b
Contents?: true
Size: 1.97 KB
Versions: 12
Compression:
Stored size: 1.97 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:replace:@docstringIC:YARD::Docstring"Replaces the contents of <i>self</i> with the contents of <i>other_array</i>, truncating or expanding if necessary. a = [ "a", "b", "c", "d", "e" ] a.replace([ "x", "y", "z" ]) #=> ["x", "y", "z"] a #=> ["x", "y", "z"] :@objectu:YARD::StubProxyArray#replace: @summary0: @all"6Replaces the contents of <i>self</i> with the contents of <i>other_array</i>, truncating or expanding if necessary. a = [ "a", "b", "c", "d", "e" ] a.replace([ "x", "y", "z" ]) #=> ["x", "y", "z"] a #=> ["x", "y", "z"] @overload replace(other_array) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#replace;;;IC; "