# File lib/mimemagic.rb, line 62
  def comment
    (TYPES.key?(type) ? TYPES[type][2] : nil).to_s
  end