module FFaker::PhoneNumberRU

def international_home_work_phone_number


+7 851 921 35 92
+7 842 933 24 99
Generate home or work phone number with international country code
def international_home_work_phone_number
  build_phone_number(international_country_code, home_work_phone_prefix)
end