# File lib/thor/core_ext/ordered_hash.rb, line 16
        def []=(key, value)
          @keys << key unless key?(key)
          super
        end