# File lib/rubygems/version.rb, line 166 def bump ints = to_ints ints.pop if ints.size > 1 ints[-1] += 1 self.class.new(ints.join(".")) end