module TZInfo::Format1::CountryIndexDefinition

def self.append_features(base)

Parameters:
  • base (Module) -- the includee.

Other tags:
    Private: -
def self.append_features(base)
  super
  base.extend(ClassMethods)
  base.instance_eval { @countries = {} }
end