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