Sha256: 829b58689969a1aa6df43d9ea3fb44e0a152c9536dc1e0123bc8ede6912f6500
Contents?: true
Size: 1.58 KB
Versions: 12
Compression:
Stored size: 1.58 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:each_index:@docstringIC:YARD::Docstring"ÂSame as <code>Array#each</code>, but passes the index of the element instead of the element itself. a = [ "a", "b", "c" ] a.each_index {|x| print x, " -- " } produces: 0 -- 1 -- 2 -- :@objectu:YARD::StubProxyArray#each_index: @summary0: @all"üSame as <code>Array#each</code>, but passes the index of the element instead of the element itself. a = [ "a", "b", "c" ] a.each_index {|x| print x, " -- " } produces: 0 -- 1 -- 2 -- @overload each_index @yield [index] @return [Array]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Array#each_index;;;IC; "