class Faker::Base

def bothify(string)

def bothify(string)
  letterify(numerify(string))
end