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