# File lib/autotest.rb, line 627
  def new_hash_of_arrays
    Hash.new { |h,k| h[k] = [] }
  end