# File lib/thor/core_ext/ordered_hash.rb, line 111
        def replace(other)
          super
          @keys = other.keys
          self
        end