Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ruby / usr / share / ri / 2.2.0 / system / Symbol / upto-i.ri
Size: Mime:
U:RDoc::AnyMethod[iI"	upto:ETI"Integer#upto;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"NIterates the given block, passing in integer values from +int+ up to and ;TI"including +limit+.;To:RDoc::Markup::BlankLineo;
;	[I"=If no block is given, an Enumerator is returned instead.;T@o;
;	[I"For example:;T@o:RDoc::Markup::Verbatim;	[I"%5.upto(10) { |i| print i, " " }
;TI"#=> 5 6 7 8 9 10;T:@format0:
@fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"\int.upto(limit) {|i| block }  ->  self
int.upto(limit)               ->  an_enumerator
;T0[I"	(p1);T@FI"Symbol;TcRDoc::NormalClass00