# File lib/mini_mime.rb, line 36
    def binary?
      BINARY_ENCODINGS.include?(encoding)
    end