class Protocol::HTTP::Reference

def <=> other

@returns [Integer] -1, 0, 1 if the reference is less than, equal to, or greater than the other reference.
@parameter other [Reference] The other reference to compare.

Compare two references.
def <=> other
	to_ary <=> other.to_ary
end