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