method

sync_keys!

sync_keys!()
public

No documentation available.

# File activesupport/lib/active_support/ordered_hash.rb, line 208
        def sync_keys!
          @keys.delete_if {|k| !has_key?(k)}
        end