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