mirror of
https://github.com/meineerde/rackstash.git
synced 2026-01-09 15:21:30 +00:00
`each_with_object` allocates an array for each kv pair. Switching to
the slightly more verbose but less allocatey `each_pair` eliminates
array allocations.
This follows the similar change in Rails:
960de47f0e