# File lib/countries/country.rb, line 46
    def <=>(other)
      to_s <=> other.to_s
    end