File: //usr/local/rvm/gems/default/doc/activesupport-6.1.4.1/ri/Array/excluding-i.ri
U:RDoc::AnyMethod[iI"excluding:ETI"Array#excluding;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"BReturns a copy of the Array excluding the specified elements.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"^["David", "Rafael", "Aaron", "Todd"].excluding("Aaron", "Todd") # => ["David", "Rafael"]
;TI"F[ [ 0, 1 ], [ 1, 0 ] ].excluding([ [ 1, 0 ] ]) # => [ [ 0, 1 ] ]
;T:@format0o;
; [I"_Note: This is an optimization of <tt>Enumerable#excluding</tt> that uses <tt>Array#-</tt> ;TI">instead of <tt>Array#reject</tt> for performance reasons.;T:
@fileI"0lib/active_support/core_ext/array/access.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(*elements);T@FI"
Array;TcRDoc::NormalClass00