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