Method: Faker::PhoneNumber.cell_phone
- Defined in:
- lib/faker/default/phone_number.rb
.cell_phone ⇒ String
Produces a random cell phone number in a random format without the country code and it can have different dividers.
32 33 34 |
# File 'lib/faker/default/phone_number.rb', line 32 def cell_phone parse('cell_phone.formats') end |