Method: Faker::Base.bothify

Defined in:
lib/faker.rb

.bothify(string) ⇒ Object



50
51
52
# File 'lib/faker.rb', line 50

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