Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mimemagic.rb « lib « mimemagic « shims « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1deab5d90a7b96c656b88a3d1cb2635979595cd6 (plain)
1
2
3
4
5
6
require "mimemagic/version"

module MimeMagic
  class Error < StandardError; end
  raise Error, 'This gem should never be required'
end