File: C:/Ruby27-x64/share/ri/2.7.0/system/Array/rassoc-i.ri
U:RDoc::AnyMethod[iI"rassoc:ETI"Array#rassoc;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"?Searches through the array whose elements are also arrays.;To:RDoc::Markup::BlankLine o;
; [I"JCompares +obj+ with the second element of each contained array using ;TI"<code>obj.==</code>.;T@o;
; [I":Returns the first contained array that matches +obj+.;T@o;
; [I"See also Array#assoc.;T@o:RDoc::Markup::Verbatim; [I"Ba = [ [ 1, "one"], [2, "two"], [3, "three"], ["ii", "two"] ]
;TI"'a.rassoc("two") #=> [2, "two"]
;TI"a.rassoc("four") #=> nil;T:@format0:
@fileI"array.c;T:0@omit_headings_from_table_of_contents_below0I"+ary.rassoc(obj) -> element_ary or nil
;T0[ I" (p1);T@FI"
Array;TcRDoc::NormalClass00