class Geocoder::Result::Yandex

def country

def country
  find_in_hash(@data, *COUNTRY_LEVEL, 'CountryName') || ""
end