Method: FFaker::PhoneNumberFR#country_code
- Defined in:
- lib/ffaker/phone_number_fr.rb
#country_code ⇒ Object
30 31 32 |
# File 'lib/ffaker/phone_number_fr.rb', line 30 def country_code "#{fetch_sample(['+', '00'])}#{COUNTRY_CODE}" end |