# File lib/thor/core_ext/ordered_hash.rb, line 123
        def sync_keys!
          @keys.delete_if { |k| !key?(k) }
        end