# File lib/hashery/castinghash.rb, line 85
  def has_key?(k)
    super(key_proc[k])
  end