method

initialize_copy

initialize_copy(other)
public

No documentation available.

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