0 votes
in Ruby by
How many iterators are there in Ruby?

1 Answer

0 votes
by

Following iterators are there in Ruby:

  • each iterator
  • times iterator
  • upto and downto iterator
  • step iterator
  • each_line iterator
...