# File lib/facet/version.rb, line 122 def next_weeny! #(4..last_index).each{ |i| @num[i] = 0 } if last_index > 3 if @num[3] @num[3] += 1 end end