Sha256: 75c54e391bf999e0e26faf40c65a57218208c1f0544a377942cfb43257a8975f
Contents?: true
Size: 1.71 KB
Versions: 12
Compression:
Stored size: 1.71 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:unshift:@docstringIC:YARD::Docstring"ÀPrepends objects to the front of <i>array</i>. other elements up one. a = [ "b", "c", "d" ] a.unshift("a") #=> ["a", "b", "c", "d"] a.unshift(1, 2) #=> [ 1, 2, "a", "b", "c", "d"] :@objectu:YARD::StubProxyArray#unshift: @summary0: @all"ðPrepends objects to the front of <i>array</i>. other elements up one. a = [ "b", "c", "d" ] a.unshift("a") #=> ["a", "b", "c", "d"] a.unshift(1, 2) #=> [ 1, 2, "a", "b", "c", "d"] @overload unshift(obj, ...) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#unshift;;;IC; "