Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Author might have Javascript background where such abominations are used because of JS' implicit type conversions.
A little nitpicky, but you only need to run &block on each element once, not twice: find list.select(&block) as var, and then return as the second element all elements in list and not in var. If &block is expensive, it might be desirable not to run it twice.
Yep, just tested it out. :)
!! - these are redundant, surely?