Method: Iterable#start
- Defined in:
- lib/cartesian_iterator.rb
#start ⇒ Object Also known as: restart
54 55 56 57 |
# File 'lib/cartesian_iterator.rb', line 54 def start @next_index = -1 true end |
54 55 56 57 |
# File 'lib/cartesian_iterator.rb', line 54 def start @next_index = -1 true end |