# File lib/facet/version.rb, line 129 def type case last_index when 0 then :major when 1 then :minor when 2 then :teeny when 3 then :weeny end end