Method: FFaker::PhoneNumberFR#country_code

Defined in:
lib/ffaker/phone_number_fr.rb

#country_codeObject



30
31
32
# File 'lib/ffaker/phone_number_fr.rb', line 30

def country_code
  "#{fetch_sample(['+', '00'])}#{COUNTRY_CODE}"
end