Class: ISO3166_2
- Inherits:
-
Object
- Object
- ISO3166_2
- Defined in:
- lib/iso3166-2.rb
Constant Summary collapse
- @@hash_array =
nil
Class Method Summary collapse
-
.regions ⇒ Array
Returns all the regions in the world.
Class Method Details
.regions ⇒ Array
Returns all the regions in the world.
10 11 12 |
# File 'lib/iso3166-2.rb', line 10 def ISO3166_2.regions self.hash_array end |