Sha256: 11482bbc2e575712ef6b42066940d072061703890eab3311584b68c7523b85de
Contents?: true
Size: 1.92 KB
Versions: 12
Compression:
Stored size: 1.92 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:downto:@docstringIC:YARD::Docstring"ÜIterates <em>block</em>, passing decreasing values from <i>int</i> down to and including <i>limit</i>. 5.downto(1) { |n| print n, ".. " } print " Liftoff!\n" <em>produces:</em> 5.. 4.. 3.. 2.. 1.. Liftoff! :@objectu:YARD::StubProxyInteger#downto: @summary0: @all"Iterates <em>block</em>, passing decreasing values from <i>int</i> down to and including <i>limit</i>. 5.downto(1) { |n| print n, ".. " } print " Liftoff!\n" <em>produces:</em> 5.. 4.. 3.. 2.. 1.. Liftoff! @overload downto(limit) @yield [i] @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Integer#downto;;;IC; "