Method: Iterable#start

Defined in:
lib/cartesian_iterator.rb

#startObject Also known as: restart



54
55
56
57
# File 'lib/cartesian_iterator.rb', line 54

def start
  @next_index = -1
  true
end