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