# File lib/faker/address.rb, line 4
def
zip_code
Faker
.
numerify
([
'#####'
,
'#####-####'
].
rand
)
end