module Geocoder
def warn_search_deprecation(attr)
def warn_search_deprecation(attr) warn "DEPRECATION WARNING: Geocoder.search now returns an array of Geocoder::Result objects. " + "Calling '%s' directly on the returned array will cause an exception in Geocoder v1.0." % attr end