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