Aaron Klor
Results
1
issues of
Aaron Klor
When using pselect on hashes, the return is an array of arrays ``` ruby [['key1', 'value1'], ['key2', 'value2'], ...] ``` This differs from Hash's implementation that returns a new hash....