module FFaker::PhoneNumberPL

def phone_number_format

def phone_number_format
  prefix = area_code
  PHONE_NUMBER_FORMAT % prefix
end