module FFaker::AddressKR

def street

def street
  FFaker.numerify("#{NameKR.first_name}#{fetch_sample(STREET_SUFFIXES)}")
end