global

def initialize(type, subtype = "*", parameters = {})

@parameter parameters [Hash] the parameters associated with the media range.
@parameter subtype [String] the subtype of the media range.
@parameter type [String] the type of the media range.

Create a new media range.
def initialize(type, subtype = "*", parameters = {})
	super(type, subtype, parameters)
end