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