# File lib/faker/phone_number.rb, line 4
      def phone_number
        if parse('phone_number.formats') == ""
          numerify(fetch('phone_number.formats'))
        else
          parse('phone_number.formats')
        end
      end