# File lib/rubygems/version.rb, line 88
    def self.correct?(str)
      /^#{NUM_RE}$/.match(str)
    end