# File lib/extlib/dictionary.rb, line 214
  def [] k
    @hash[ k ]
  end