Sha256: 1bc4f2c5d82068599cf9a56331de533f6bc9ec69b4eeb52e68f301ed824049c3
Contents?: true
Size: 1.63 KB
Versions: 12
Compression:
Stored size: 1.63 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: last:@docstringIC:YARD::Docstring"•Returns the last element(s) of <i>self</i>. If the array is empty, the first form returns <code>nil</code>. [ "w", "x", "y", "z" ].last #=> "z" :@objectu:YARD::StubProxyArray#last: @summary0: @all"âReturns the last element(s) of <i>self</i>. If the array is empty, the first form returns <code>nil</code>. [ "w", "x", "y", "z" ].last #=> "z" @overload last @return [Object, nil] @overload last(n) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#last;;;IC; "