# File lib/chef/provider/package/yum.rb, line 81
            def isdigit(x)
              v = x.ord
              v >= 48 and v <= 57
            end