# File lib/mail/utilities.rb, line 177
def
dasherize
(
str
)
str
.
to_s
.
gsub
(
'_'
,
'-'
)
end