method
initialize_copy
initialize_copy(other)
public
Hide source
# File activesupport/lib/active_support/ordered_hash.rb, line 55 def initialize_copy(other) super # make a deep copy of keys @keys = other.keys end


