class Geocoder::Lookup::Here

def api_key

def api_key
  if a=configuration.api_key
    return a.first if a.is_a?(Array)
  end
end