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