Sha256: 34bdab2b818a1dee22adb0d6f9510acd82590480d1140eaf760fd7a7ea3c543e
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
COUNTRIES_HASH = { 1 => 'Spain', 2 => 'Italy', 3 => 'Germany', 4 => 'France' } COUNTRIES_HASH_STRING_KEYS = { es: 'Spain', it: 'Italy', de: 'Germany', fr: 'France' } COUNTRIES_ARRAY = %w(Spain Italy Germany France) COUNTRIES_APOSTROPHE_HASH = {1 => "Joe's Country", 2 => "Bob's Country"} COUNTRIES_APOSTROPHE_ARRAY = ["Joe's Country", "Bob's Country"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
best_in_place-3.0.1 | spec/internal/config/initializers/countries.rb |