# File lib/hashery/orderedhash.rb, line 116
def
each
@keys
.
each
{
|
key
|
yield
(
key
,
self
[
key
]) }
end