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