module FFaker::AddressUK
Constants
- COUNTRY
- POSTCODE
Public Instance Methods
Source
# File lib/ffaker/address_uk.rb, line 21 def postcode FFaker.bothify(fetch_sample(POSTCODE)).upcase end
# File lib/ffaker/address_uk.rb, line 21 def postcode FFaker.bothify(fetch_sample(POSTCODE)).upcase end