# File lib/haml/util.rb, line 58
def
map_keys
(
hash
)
to_hash
(
hash
.
map
{
|
k
,
v
|
[
yield
(
k
),
v
]})
end