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