# File lib/countries/country.rb, line 34 def ==(other) other.respond_to?(:alpha2) && other.alpha2 == alpha2 end