Sha256: c75a63c5e539c0dd52c8e953e45ed2905204386504a8946d4ba309bf542fbe34
Contents?: true
Size: 396 Bytes
Versions: 12
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true 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
12 entries across 12 versions & 1 rubygems