class Geocoder::Lookup::BanDataGouvFr

def results(query)

def results(query)
  if doc = fetch_data(query) and any_result?(doc)
    [doc]
  else
    []
  end
end