method

new

v5.1.7 - Show latest stable - Class: Mime::Type
new(string, symbol = nil, synonyms = [])
public

No documentation available.

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 224
    def initialize(string, symbol = nil, synonyms = [])
      @symbol, @synonyms = symbol, synonyms
      @string = string
      @hash = [@string, @synonyms, @symbol].hash
    end