# File lib/hashery/dictionary.rb, line 251
    def fetch(key, *a, &b)
      @hash.fetch(key, *a, &b)
    end