``` a={"x"=>1} b = {"x.y"=>2} diff = HashDiff.diff(a, b) HashDiff.patch!(a, diff) => NoMethodError: undefined method `[]=' for nil:NilClass ```