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