# File lib/faker/number.rb, line 32
      def non_zero_digit
        (rand(9) + 1).to_s
      end