Aleksi Niemel<aleksi.niemela / cinnober.com> writes:

> This one I clearly didn't check. I relied on rubycentral's description:
> 
> sort
>       hsh.sort -> anArray 
>       Converts hsh to a nested array of [ key, value ] arrays 
>       and sorts it. See also Array#sort
> 
> While it's basically right, it doesn't say anything about block form.
> Neither what's passed to block.

Bug! I'll fix it.


Dave