Libraries
»
countries_data
(1.1.0)
»
Index
»
CountriesData
»
Country
»
#name
Method: CountriesData::Country#name
Defined in:
lib/countries_data/country.rb
#
name
(locale) ⇒
Object
22 23 24
# File 'lib/countries_data/country.rb', line 22
def
name
(
locale
)
names
[
locale
.
to_sym
]
end