# File lib/mime/type.rb, line 326
326:
def
binary?
327:
@encoding
==
'base64'
328:
end