# File lib/action_mailer/vendor/tmail/facade.rb, line 419 def charset=( str ) if str if h = @header[ 'content-type' ] h['charset'] = str else store 'Content-Type', "text/plain; charset=#{str}" end end str end