class Geocoder::Result::Yandex

def country_code

def country_code
  find_in_hash(@data, *COUNTRY_LEVEL, 'CountryNameCode') || ""
end