U:RDoc::AnyMethod[iI"|:ETI" Array#|;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"JSet Union --- Returns a new array by joining +ary+ with +other_ary+, ;TI"Mexcluding any duplicates and preserving the order from the given arrays.;To:RDoc::Markup::BlankLineo; ; [I"MIt compares elements using their #hash and #eql? methods for efficiency.;T@o:RDoc::Markup::Verbatim; [I"I[ "a", "b", "c" ] | [ "c", "d", "a" ] #=> [ "a", "b", "c", "d" ] ;TI"I[ "c", "d", "a" ] | [ "a", "b", "c" ] #=> [ "c", "d", "a", "b" ] ;T: @format0o; ; [I"See also Array#uniq.;T: @fileI" array.c;T:0@omit_headings_from_table_of_contents_below0I"$ary | other_ary -> new_ary ;T0[I" (p1);T@FI" Array;TcRDoc::NormalClass00