Class: Faker::PhoneNumber
Class Method Summary collapse
Methods inherited from Base
bothify, fetch, letterify, numerify
Class Method Details
.phone_number ⇒ Object
4 5 6 |
# File 'lib/faker/phone_number.rb', line 4 def phone_number numerify(fetch('phone_number.formats')) end |