# File lib/mimemagic.rb, line 74
  def self.by_path(path)
    by_extension(File.extname(path))
  end