Y
Hacker News
new
|
ask
|
show
|
jobs
by
pitterpatter
2599 days ago
In fact, before the current for ... in ... syntax, this is how foreach looping used to be done:
do some_array.each |item| { ... }