# File lib/faker.rb, line 50
      def bothify(string)
        letterify(numerify(string))
      end