global

def <=> other

Compare the media range with another media range or a string, based on the quality factor.
def <=> other
	other.quality_factor <=> self.quality_factor
end