# File lib/appraisal/ordered_hash.rb, line 7
      def initialize(*args, &block)
        super
        @keys = []
      end