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.
Wow learned a lot from this example.
First of I've never seen to_proc (
&
) used on a hash before like that. Thats sweetI'm not entirely sure why each number is wrapped into singletons on the rhs of the hash though. Wouldn't a list of numbers work just the same?
This does not preseve whitespace.
" this is wrong"
should arguably still include a leading space (as said by babakgh)"this [space space space] is wrong"
should arguably still have multiple spaces between 'this' and 'is'EDIT: Aparently codewars also doesnt preserve multiple whitespace even in
code
blocks, but hopefully its clear what I mean