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