# File mime/types.rb, line 285 285: def binary? 286: (@encoding == 'base64') || (@encoding == 'binary') 287: end