Sha256: ec2a721e4fed4da16ee16d3e244db553e302c09af033dd08329eac98344f0488
Contents?: true
Size: 628 Bytes
Versions: 43
Compression:
Stored size: 628 Bytes
Contents
# -*- ruby encoding: utf-8 -*- class MIME::Types::Loader # The path that will be used for loading the MIME::Types data. The default # location is __FILE__/../../../../data, which is where the data lives # in the gem installation of the mime-types library. # # The MIME::Types::Loader will load all JSON or columnar files contained in # this path. # # System repackagers note: this is the constant that you would change if # you repackage mime-types for your system. It is recommended that the # path be something like /usr/share/ruby/mime-types/. PATH = File.expand_path('../../../../data', __FILE__) end
Version data entries
43 entries across 41 versions & 11 rubygems