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