# File lib/cartesian_iterator.rb, line 83 83: def next 84: restart unless defined? @next_index 85: raw_next 86: end
# File lib/cartesian_iterator.rb, line 88 88: def raw_next 89: self[@next_index += 1] 90: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.