# File lib/sup/util.rb, line 668
def
each
;
@keys
.
each
{
|
k
|
yield
k
,
self
[
k
] }
end