Sha256: f966803510e4fff834b3dbc00aeac9e76502c56f754830d5220d43fb72011e18

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 Bytes

Contents

require 'countries'

# Some apps might not want to constantly call +ISO3166::Country+. This gem has a helper that can provide a Country class
#
# With global Country Helper enabled
#
#   c = Country['US']
#
# This will conflict with any existing Country constant
#
# To Use
#
#   gem 'countries', require: 'countries/global'
#
class Country < ISO3166::Country

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
countries-4.2.3 lib/countries/global.rb
countries-4.2.2 lib/countries/global.rb
countries-4.2.1 lib/countries/global.rb