# File lib/hashery/orderedhash.rb, line 108
def
each_key
@keys
.
each
{
|
key
|
yield
(
key
) }
end