global

def lazy_load?

def lazy_load?
  return unless ENV.key?("RUBY_MIME_TYPES_LAZY_LOAD")
  deprecated(
    message: "Lazy loading ($RUBY_MIME_TYPES_LAZY_LOAD) is deprecated and will be removed."
  )
  ENV["RUBY_MIME_TYPES_LAZY_LOAD"] != "false"
end