module Geocoder

def country_code; warn_search_deprecation('country_code'); first.country_code if first; end

def country_code; warn_search_deprecation('country_code'); first.country_code if first; end