module TZInfo::CountryIndexDefinition

def self.append_features(base)

:nodoc:
a country method used to define each country in the index.
The country index file includes CountryIndexDefinition which provides
def self.append_features(base)
  super
  base.extend(ClassMethods)
  base.instance_eval { @countries = {} }
end