# File lib/relax/symbolic_hash.rb, line 42 def fetch(key, *extras) super(convert_key(key), *extras) end