# File lib/choice/lazyhash.rb, line 36 def []=(key, value) key = key.to_s if key.is_a? Symbol self.old_store(key, value) end