Module: CurrencyConverterCis
- Defined in:
- lib/currency_converter_cis.rb
Class Method Summary collapse
Class Method Details
.country_by_code(str) ⇒ Object
10 11 12 |
# File 'lib/currency_converter_cis.rb', line 10 def self.country_by_code(str) CountryData::Country.country_by_id(str) end |
.country_by_ip(str) ⇒ Object
14 15 16 |
# File 'lib/currency_converter_cis.rb', line 14 def self.country_by_ip(str) CountryData::Country.country_by_ip(str) end |