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