# File lib/hashr.rb, line 50 def []=(key, value) @data.store(to_key(key), value.is_a?(::Hash) ? ::Hashr.new(value, {}) : value) end