# File lib/extlib/dictionary.rb, line 267
def
each
order
.
each
{
|
k
|
yield
(
k
,
@hash
[
k
] ) }
self
end