# File lib/more/facets/argvector.rb, line 245 def parse_arity(arity) arity2 = {} arity.each{ |k,v| arity2[k.to_s] = v.to_i } return arity2 end