# File lib/rubygems/version.rb, line 135
    def to_ints
      @version.scan(/\d+/).map {|s| s.to_i}
    end