Login
Remember
Register
Ask a Question
How many iterators are there in Ruby?
0
votes
asked
Nov 15, 2021
in
Ruby
by
Robin
How many iterators are there in Ruby?
ruby-iteratos
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 15, 2021
by
Robin
Following iterators are there in Ruby:
each iterator
times iterator
upto and downto iterator
step iterator
each_line iterator
...