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