Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing really (really) broken for with .each
This was a mistake of the original code from pull request Q42#22. We were iterating on pointSeq (Fibonacci numbers). Actually we were iterating on the indices of this array, so we were stopping at the 9th item of the list always. Now we are iterating in all checklists items.
- Loading branch information