module FFaker::AddressUK

def postcode

def postcode
  FFaker.bothify(fetch_sample(POSTCODE)).upcase
end