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