module FFaker::PhoneNumberCU

def e164_country_code


Based on information from http://en.wikipedia.org/wiki/E.164
E.164 formats
def e164_country_code
  '53'
end