Sha256: 6e616f406080772328ebcddc1d5dd3255b180d50c5fb08cc4832083dde5ec484
Contents?: true
Size: 1.91 KB
Versions: 12
Compression:
Stored size: 1.91 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:select:@docstringIC:YARD::Docstring"Invokes the block passing in successive elements from <i>array</i>, returning an array containing those elements for which the block returns a true value (equivalent to <code>Enumerable#select</code>). a = %w{ a b c d e f } a.select {|v| v =~ /[aeiou]/} #=> ["a", "e"] :@objectu:YARD::StubProxyArray#select: @summary0: @all"JInvokes the block passing in successive elements from <i>array</i>, returning an array containing those elements for which the block returns a true value (equivalent to <code>Enumerable#select</code>). a = %w{ a b c d e f } a.select {|v| v =~ /[aeiou]/} #=> ["a", "e"] @overload select @yield [item] @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#select;;;IC; "