# File lib/hashery/stash.rb, line 102
  def update(other)
    super(other.rekey{ |key| convert_key(key) })
  end