CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module Mime

Models MIME type handling using the ActionDispatch library, which is part of Rails.

Import path

import codeql.ruby.frameworks.actiondispatch.internal.Mime

Classes

MimeTypeMatchRegExpInterpretation

An argument to Mime::Type#match?, which is converted to a RegExp via Regexp.new.