fails:Array#to_h converts empty array to empty hash
fails:Array#to_h converts [key, value] pairs to a hash
fails:Array#to_h uses the last value of a duplicated key
fails:Array#to_h calls #to_ary on contents
fails:Array#to_h raises TypeError if an element is not an array
fails:Array#to_h raises ArgumentError if an element is not a [key, value] pair
fails:Array#to_h does not accept arguments
