module FFaker::AddressFR

def full_address

def full_address
  %(#{street_address}#{fetch_sample(SEP)}#{postal_code} #{fetch_sample(CITY)})
end