module Faker::AddressUK
def country
def country UK_COUNTRY.rand end
def county
def county UK_COUNTY.rand end
def postcode
def postcode Faker.bothify(UK_POSTCODE.rand).upcase end
def country UK_COUNTRY.rand end
def county UK_COUNTY.rand end
def postcode Faker.bothify(UK_POSTCODE.rand).upcase end