# File lib/mime/types.rb, line 211 def default_encoding (@media_type == 'text') ? 'quoted-printable' : 'base64' end