# File lib/mime/types.rb, line 405
405:
def
binary?
406:
@encoding
==
'base64'
407:
end