# File lib/more/facets/dictionary.rb, line 214
  def fetch(k, *a, &b)
    @hash.fetch(k, *a, &b)
  end