class Autotest

def new_hash_of_arrays

def new_hash_of_arrays
  Hash.new { |h,k| h[k] = [] }
end