Class: ISO3166_2

Inherits:
Object
  • Object
show all
Defined in:
lib/iso3166-2.rb

Constant Summary collapse

@@hash_array =
nil

Class Method Summary collapse

Class Method Details

.regionsArray

Returns all the regions in the world.

Returns:

  • (Array)

    with [Hash] instances



10
11
12
# File 'lib/iso3166-2.rb', line 10

def ISO3166_2.regions
  self.hash_array
end