# File lib/facets/more/arguments.rb, line 51 def initialize( line=nil, *opts_arity ) @line, @argv = parse_line(line) @opts, @arity = clean(*opts_arity) # caches #@words = Hash.new #{|h,k| h[k]=[]} #@flags = Hash.new #{|h,k| h[k]=[]} #@preflags = Hash.new #{|h,k| h[k]=[]} end