# File lib/hashery/ordered_hash.rb, line 60 def initialize_copy(other) super(other) @keys = other.keys end