module FFaker::AddressJA
def other_address
def other_address fetch_sample([ "#{postal_code} #{prefecture}#{city}#{street}#{land_number}", "#{postal_code} #{prefecture}#{county}#{street}#{land_number}" ]) end
def other_address fetch_sample([ "#{postal_code} #{prefecture}#{city}#{street}#{land_number}", "#{postal_code} #{prefecture}#{county}#{street}#{land_number}" ]) end