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