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