module FFaker::AddressIT

def street_address

def street_address
  FFaker.numerify(fetch_sample(NUM)) +
    fetch_sample(SEP) +
    fetch_sample(TYPE) + ' ' +
    FFaker::NameIT.name
end