module ISO3166::CountryClassMethods

def pluck(*attributes)

def pluck(*attributes)
  all.map { |country| country.data.fetch_values(*attributes.map(&:to_s)) }
end