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