# File lib/pry/hooks.rb, line 100
    def merge(other)
      self.dup.tap do |v|
        v.merge!(other)
      end
    end