Sha256: 39de6433ebcd3301e9b9e65dac7c6dba15719c878b3e72cb6b072c0a68441bc2
Contents?: true
Size: 1.8 KB
Versions: 12
Compression:
Stored size: 1.8 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:-:@docstringIC:YARD::Docstring"ûArray Difference---Returns a new array that is a copy of the original array, removing any items that also appear in other_array. (If you need set-like behavior, see the library class Set.) [ 1, 1, 2, 2, 3, 3, 4, 5 ] - [ 1, 2, 4 ] #=> [ 3, 3, 5 ] :@objectu:YARD::StubProxyArray#-: @summary0: @all"(Array Difference---Returns a new array that is a copy of the original array, removing any items that also appear in other_array. (If you need set-like behavior, see the library class Set.) [ 1, 1, 2, 2, 3, 3, 4, 5 ] - [ 1, 2, 4 ] #=> [ 3, 3, 5 ] @overload -(other_array) @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#-;;;IC; "