class Faker::PhoneNumber

def cell_phone_in_e164

Returns:
  • (String) -
def cell_phone_in_e164
  cell_phone_with_country_code.delete('^+0-9')
end