ÿØÿà JFIF    ÿÛ „ ( %!1!%*+...983,7(-.- U:RDoc::AnyMethod[iI"filter_map:ETI"Enumerable#filter_map;TF: privateo:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"GReturns an array containing truthy elements returned by the block.;To:RDoc::Markup::BlankLineo; ; [I"CWith a block given, calls the block with successive elements; ;TI"Ireturns an array containing each truthy value returned by the block:;T@o:RDoc::Markup::Verbatim; [I"c(0..9).filter_map {|i| i * 2 if i.even? } # => [0, 4, 8, 12, 16] ;TI"^{foo: 0, bar: 1, baz: 2}.filter_map {|key, value| key if value.even? } # => [:foo, :baz] ;T: @format0o; ; [I"1When no block given, returns an \Enumerator.;T: @fileI" enum.c;T:0@omit_headings_from_table_of_contents_below0I"Cfilter_map {|element| ... } -> array filter_map -> enumerator ;T0[I"();T@FI"Enumerable;TcRDoc::NormalModule00