# File lib/mail/body.rb, line 203 def encoding=( val ) @encoding = if val == "text" || val.blank? (only_us_ascii? ? '7bit' : '8bit') else val end end