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