# File lib/mega/ohash.rb, line 120
def
each_value
@order
.
each
{
|
k
|
yield
self
[
k
] }
self
end