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