Sha256: 7a8a36e2f7f993f57322b6d8fe355a9a64320cb299b625e7608fe0f5f694e37f
Contents?: true
Size: 1.98 KB
Versions: 12
Compression:
Stored size: 1.98 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:==:@docstringIC:YARD::Docstring"NEquality---Two arrays are equal if they contain the same number of elements and if each element is equal to (according to Object.==) the corresponding element in the other array. [ "a", "c" ] == [ "a", "c", 7 ] #=> false [ "a", "c", 7 ] == [ "a", "c", 7 ] #=> true [ "a", "c", 7 ] == [ "a", "d", "f" ] #=> false :@objectu:YARD::StubProxy Array#==: @summary0: @all"kEquality---Two arrays are equal if they contain the same number of elements and if each element is equal to (according to Object.==) the corresponding element in the other array. [ "a", "c" ] == [ "a", "c", 7 ] #=> false [ "a", "c", 7 ] == [ "a", "c", 7 ] #=> true [ "a", "c", 7 ] == [ "a", "d", "f" ] #=> false @overload ==(other_array):@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Array#==;;;IC; "