class Faker::PhoneNumber

def country_code

Returns:
  • (String) -
def country_code
  "+#{fetch('country_code')}"
end