# File mk, line 423
def
tran
(
h
)
h
.
each
{
|
k
,
v
|
self
.
gsub!
(
/#{k}/
,
v
)
if
v
}
self
end