# File lib/thor/ordered_hash.rb, line 13
    def initialize_copy(other)
      @hash = other.instance_variable_get('@hash').clone
    end