module FFaker::AddressKR

def land_address

def land_address
  fetch_sample([
                 "#{metropolitan_city} #{borough} #{town} #{land_number}",
                 "#{province} #{town} #{land_number}"
               ])
end