# File lib/map.rb, line 349 def fetch(key, *args, &block) key = convert_key(key) super(key, *args, &block) end