# File lib/more/facets/version.rb, line 40 def initialize( *args ) args = args.join('.').split(/\W+/) @self = args.collect { |i| i.to_i } end