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


