Method: Faker::Base.bothify

Defined in:
lib/faker.rb

.bothify(string) ⇒ Object



64
65
66
# File 'lib/faker.rb', line 64

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