# File lib/sass/util/normalized_map.rb, line 76
def
each
@map
.
each
{
|
k
,
v
|
yield
(
k
,
v
)}
end