# File lib/faker/address.rb, line 68
      def uk_postcode
        Faker.bothify([
          '??# #??',
          '??## #??'
        ].rand).upcase
      end