# File lib/hashery/dictionary.rb, line 245
def
each_key
order
.
each
{
|
k
|
yield
(
k
) }
self
end