Sha256: 1f108a111e2a950933126344adde789a4be35eaca8596d32f0fdd0fdcf052322
Contents?: true
Size: 1.62 KB
Versions: 12
Compression:
Stored size: 1.62 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: push:@docstringIC:YARD::Docstring"÷Append---Pushes the given object(s) on to the end of this array. This expression returns the array itself, so several appends may be chained together. a = [ "a", "b", "c" ] a.push("d", "e", "f") #=> ["a", "b", "c", "d", "e", "f"] :@objectu:YARD::StubProxyArray#push: @summary0: @all"%Append---Pushes the given object(s) on to the end of this array. This expression returns the array itself, so several appends may be chained together. a = [ "a", "b", "c" ] a.push("d", "e", "f") #=> ["a", "b", "c", "d", "e", "f"] @overload push(obj, ... ) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#push;;;IC; "