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