D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Integer
/
Filename :
times-i.ri
back
Copy
U:RDoc::AnyMethod[iI" times:ETI"Integer#times;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"RCalls the given block +self+ times with each integer in <tt>(0..self-1)</tt>:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"a = [] ;TI"%5.times {|i| a.push(i) } # => 5 ;TI"3a # => [0, 1, 2, 3, 4] ;T:@format0o; ; [I"0With no block given, returns an Enumerator.;T: @fileI"numeric.rb;T:0@omit_headings_from_table_of_contents_below0I"=times {|i| ... } -> self times -> enumerator ;TI"