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