class Geocoder::Configuration
def self.yahoo_app_id=(value)
def self.yahoo_app_id=(value) warn "DEPRECATION WARNING: Geocoder's 'yahoo_app_id' setting has been replaced by 'api_key'. " + "This method will be removed in Geocoder v1.0." @@api_key = value end