method

sync_keys!

sync_keys!()
public

No documentation available.

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