11 12 13
# File 'app/models/country.rb', line 11 def <=>(other) name <=> other.name end
15 16 17
# File 'app/models/country.rb', line 15 def to_s name end