# File lib/hashery/castinghash.rb, line 54
  def []=(k,v)
    super(key_proc[k], value_proc[v])
  end