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