# File lib/merb-core/test/helpers/cookie_jar.rb, line 68 def <=>(other) # Orders the cookies from least specific to most [name, path, domain.reverse] <=> [other.name, other.path, other.domain.reverse] end