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