binary_mime_type?

in lib/linguist/blob_helper.rb [61:64]


    def binary_mime_type?
      _mime_type ? _mime_type.binary? : false
    end