Class: AreaCodex::Country

Inherits:
Base
  • Object
show all
Includes:
WithAreaCodes
Defined in:
lib/area_codex/country.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Country

Returns a new instance of Country.



5
6
7
8
# File 'lib/area_codex/country.rb', line 5

def initialize(name)
  @name = normalize(name)
  super()
end