# File lib/choice/lazyhash.rb, line 43 def [](key) key = key.to_s if key.is_a? Symbol self.old_fetch(key) rescue return nil end