Method: Fifa::CountryIndex::OrgIndex#initialize

Defined in:
lib/fifa/org_index.rb

#initialize(countries = nil) ⇒ OrgIndex

Returns a new instance of OrgIndex.



33
34
35
36
37
# File 'lib/fifa/org_index.rb', line 33

def initialize( countries=nil )
    @orgs = {}   ## countries by org (key)


    add( countries )  if countries
end