# File lib/orderedhash.rb, line 64
def
each
@order
.
each
{
|
k
|
yield
k
,
self
[
k
] }
self
end