# File lib/hashery/orderedhash.rb, line 122
    def clear
      super
      @keys.clear
      self
    end