class Country


gem ‘countries’, require: ‘countries/global’
To Use
This will conflict with any existing Country constant
c = Country[‘US’]

With global Country Helper enabled
Some apps might not want to constantly call ISO3166::Country. This gem has a helper that can provide a Country class