# File lib/camping-unabridged.rb, line 99
 99:     def []=(k, v)
100:       set k, v, v.is_a?(Hash) ? v : {}
101:     end