We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It feels surprising to me that each_key and each_value still use the old closure-based iteration protocol.
each_key
each_value
I think it would be better if they were replaced with keys and values methods that return new-style iterators.
keys
values
I can send a pull request, unless there are objections.