Sha256: a452f55e011c5363e559865ff99120414ec67fed6fe9e93bdcf7fe4cf9e3ca26
Contents?: true
Size: 1.76 KB
Versions: 12
Compression:
Stored size: 1.76 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: upto:@docstringIC:YARD::Docstring"Iterates <em>block</em>, passing in integer values from <i>int</i> up to and including <i>limit</i>. 5.upto(10) { |i| print i, " " } <em>produces:</em> 5 6 7 8 9 10 :@objectu:YARD::StubProxyInteger#upto: @summary0: @all"æIterates <em>block</em>, passing in integer values from <i>int</i> up to and including <i>limit</i>. 5.upto(10) { |i| print i, " " } <em>produces:</em> 5 6 7 8 9 10 @overload upto(limit) @yield [i] @return [Integer]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Integer#upto;;;IC; "