global

def to_s

The string representation of the media range, including the type, subtype, and any parameters.
def to_s
	"#{type}/#{subtype}#{parameters_string}"
end