Sha256: 0118f863382a8a0e5dca45b7c4e42519b50e88123f6ad2901d1c082442d15bbe
Contents?: true
Size: 1.49 KB
Versions: 12
Compression:
Stored size: 1.49 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: each:@docstringIC:YARD::Docstring"¶Calls <i>block</i> once for each element in <i>self</i>, passing that element as a parameter. a = [ "a", "b", "c" ] a.each {|x| print x, " -- " } produces: a -- b -- c -- :@objectu:YARD::StubProxyArray#each: @summary0: @all"éCalls <i>block</i> once for each element in <i>self</i>, passing that element as a parameter. a = [ "a", "b", "c" ] a.each {|x| print x, " -- " } produces: a -- b -- c -- @overload each @yield [item] @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#each;;;IC; "