# File lib/bson/ordered_hash.rb, line 108 def replace(other) @ordered_keys.replace(other.keys) super end